Skip to content

Commit

Permalink
go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Jun 4, 2024
1 parent 1a3c078 commit 106a50f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
GO111MODULE: off
with:
go-version: 1.21
go-version: 1.22
id: go
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
GO111MODULE: off
with:
go-version: 1.21
go-version: 1.22
id: go
- name: Run Golangci Linter
uses: golangci/golangci-lint-action@v3
Expand All @@ -29,7 +29,7 @@ jobs:
env:
GO111MODULE: off
with:
go-version: 1.21
go-version: 1.22
id: go
- name: Checkout Repository
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 @@ -20,7 +20,7 @@ jobs:
env:
GO111MODULE: off
with:
go-version: 1.21
go-version: 1.22
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v5
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
env:
GO111MODULE: off
with:
go-version: 1.21
go-version: 1.22
- run: make test
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 AS builder
FROM golang:1.22 AS builder

# Meta data
LABEL maintainer="[email protected]"
Expand Down

0 comments on commit 106a50f

Please sign in to comment.