Skip to content

Commit

Permalink
update readme: 1.11 -> 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmfg committed Aug 7, 2024
1 parent f48c831 commit 9b2ed83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Functions Framework for Go

[![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go?status.svg)](http://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go) [![Go version](https://img.shields.io/badge/go-v1.11+-blue)](https://golang.org/dl/#stable)
[![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go?status.svg)](http://godoc.org/github.com/GoogleCloudPlatform/functions-framework-go) [![Go version](https://img.shields.io/badge/go-v1.18+-blue)](https://golang.org/dl/#stable)

[![Go unit CI][ff_go_unit_img]][ff_go_unit_link] [![Go lint CI][ff_go_lint_img]][ff_go_lint_link] [![Go conformace CI][ff_go_conformance_img]][ff_go_conformance_link] ![Security Scorecard](https://api.securityscorecards.dev/projects/github.com/GoogleCloudPlatform/functions-framework-go/badge)

Expand Down Expand Up @@ -44,7 +44,7 @@ handling logic.

## Quickstart: Hello, World on your local machine

1. Install Go 1.11+.
1. Install Go 1.18+.

1. Create a Go module:
```sh
Expand Down

0 comments on commit 9b2ed83

Please sign in to comment.