Skip to content

Commit

Permalink
use golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
akihiro17 committed Jun 28, 2024
1 parent b2fcd41 commit 867ab05
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 @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.18
- name: Set up Go 1.22
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22
id: go

- name: Check out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 867ab05

Please sign in to comment.