Skip to content

Commit

Permalink
chore: update go version to 1.22 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-takehana authored Jul 29, 2024
1 parent f8e8e65 commit 583d236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.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.21
go-version: 1.22

- name: Test
uses: joerdav/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
- name: Run Unit tests
run: |
go test -race -covermode atomic -coverprofile=covprofile ./...
Expand All @@ -26,6 +26,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

0 comments on commit 583d236

Please sign in to comment.