Skip to content

Commit

Permalink
Upgrade golang
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Sep 26, 2024
1 parent a502939 commit 75e3192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.22"
- run: make test

lint:
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.22"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.53
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.2
go-version: 1.22.7
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 75e3192

Please sign in to comment.