Skip to content

Commit

Permalink
Bump everything to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jun 1, 2023
1 parent 3c72587 commit f69dc2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: 'actions/setup-go@v3'
with:
go-version: '1.19'
go-version: '1.20'

- uses: 'docker/login-action@v2'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: 'actions/setup-go@v3'
with:
go-version: '1.19'
go-version: '1.20'

- run: 'go mod download'

Expand Down
2 changes: 1 addition & 1 deletion examples/cloudrun/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19 AS builder
FROM golang:1.20 AS builder

ENV GO111MODULE=on \
CGO_ENABLED=0 \
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19 AS builder
FROM golang:1.20 AS builder

ENV GO111MODULE=on \
GOPROXY=https://proxy.golang.org,direct \
Expand Down

0 comments on commit f69dc2b

Please sign in to comment.