Skip to content

Commit

Permalink
bump Go to 1.21 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Oct 22, 2023
1 parent 1f0604b commit d0e4ecb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dialects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"

- run: go install mvdan.cc/[email protected]

Expand Down
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 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 d0e4ecb

Please sign in to comment.