Skip to content

Commit

Permalink
update go ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Jun 22, 2024
1 parent 4c3cbd4 commit a939626
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 @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: golangci/golangci-lint:v1.21-alpine
image: golangci/golangci-lint:v1.22-alpine
options: -w /go/src/github.com/mxssl/ntwrk
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine3.17 as builder
FROM golang:1.22.4-alpine3.20 as builder

WORKDIR /go/src/github.com/mxssl/ntwrk
COPY . .
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/mxssl/ntwrk

go 1.21
go 1.22

require (
github.com/joho/godotenv v1.5.1
Expand Down

0 comments on commit a939626

Please sign in to comment.