Skip to content

Commit

Permalink
Merge pull request #1019 from marquiz/release-0.8
Browse files Browse the repository at this point in the history
[release-0.8] Bump golang to v1.20.7
  • Loading branch information
klihub committed Aug 11, 2023
2 parents ad30af5 + bc22bfa commit adb0945
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
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
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 adb0945

Please sign in to comment.