Skip to content

Commit

Permalink
bump Go to 1.21 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Oct 22, 2023
1 parent 7632ae5 commit 4672de3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"

- run: |
go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"

- run: make test-highlevel-nodocker

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_IMAGE = golang:1.20-alpine3.18
BASE_IMAGE = golang:1.21-alpine3.18
LINT_IMAGE = golangci/golangci-lint:v1.53.3

.PHONY: $(shell ls)
Expand Down

0 comments on commit 4672de3

Please sign in to comment.