Skip to content

Commit

Permalink
Upgrade go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Aug 9, 2023
1 parent 62ec555 commit 41790ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'
- uses: golangci/[email protected]
with:
version: v1.52.2
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'

- uses: actions/checkout@v2

Expand All @@ -43,6 +43,7 @@ jobs:
strategy:
matrix:
go_version:
- '1.20'
- '1.19'
- '1.18'

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM golang:1.20 AS build
FROM golang:1.21 AS build

WORKDIR /go/src/github.com/mccutchen/go-httpbin

Expand Down

0 comments on commit 41790ce

Please sign in to comment.