Skip to content

Commit

Permalink
Use the latest patch release of Golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
frittentheke committed Apr 1, 2024
1 parent 5aaecba commit 9227409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.22.x

- name: Run Tests
run: go test ./...
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.22.x

- name: Run Goreleaser
if: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.22.x
- name: Lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit 9227409

Please sign in to comment.