Skip to content

Commit

Permalink
Bump golang to v1.20.7
Browse files Browse the repository at this point in the history
Go v1.19 has been archived so update to v1.20.
  • Loading branch information
marquiz committed Aug 11, 2023
1 parent ad30af5 commit bc22bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: "1.20"
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GO_FMT := gofmt
GO_CYCLO := gocyclo
GO_LINT := golint
GO_CILINT := golangci-lint
GO_VERSION ?= 1.19.11
GO_VERSION ?= 1.20.7
GOLICENSES_VERSION ?= v1.5.0

# TEST_TAGS is the set of extra build tags passed for tests.
Expand Down

0 comments on commit bc22bfa

Please sign in to comment.