Skip to content

Commit

Permalink
Sync go version in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
rliebz committed Aug 7, 2024
1 parent a76bad4 commit 864cdf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up
uses: actions/setup-go@v4
with:
go-version: "1.22.1"
go-version: "1.22.5"
- name: Build
run: go build -v ./...
- name: Test
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.1"
go-version: "1.22.5"
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.1"
go-version: "1.22.5"
- name: Release Dry Run
run: |
header='^## [0-9]+\.[0-9]+\.[0-9]+'
Expand Down

0 comments on commit 864cdf3

Please sign in to comment.