Skip to content

Commit

Permalink
Merge pull request containers#133 from marquiz/devel/golang-v
Browse files Browse the repository at this point in the history
Bump golang version to 1.20.10
  • Loading branch information
askervin committed Oct 11, 2023
2 parents 563c9c3 + cee3328 commit 2440345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "release/**"

env:
GO_VERSION: "1.20.7"
GO_VERSION: "1.20.10"

jobs:
verify:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GO_LINT := golint -set_exit_status
GO_FMT := gofmt
GO_VET := $(GO_CMD) vet
GO_DEPS := $(GO_CMD) list -f '{{ join .Deps "\n" }}'
GO_VERSION ?= 1.20.7
GO_VERSION ?= 1.20.10

GO_MODULES := $(shell $(GO_CMD) list ./...)
GO_SUBPKGS := $(shell find ./pkg -name go.mod | sed 's:/go.mod::g' | grep -v testdata)
Expand Down

0 comments on commit 2440345

Please sign in to comment.