Skip to content

Commit

Permalink
bump Go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Oct 22, 2023
1 parent 4ef5e51 commit 312801e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 download
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bluenviron/mavp2p

go 1.20
go 1.21

require (
github.com/alecthomas/kong v0.8.1
Expand Down
2 changes: 1 addition & 1 deletion manualtests/mavp2p/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21

WORKDIR /src

Expand Down

0 comments on commit 312801e

Please sign in to comment.