Skip to content

Commit

Permalink
fix: update go version to 1.22.5 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr committed Aug 3, 2024
1 parent f915a09 commit 2578a99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Install various tools
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: '>=1.22.3'
go-version-file: go.mod
cache: true
- name: setup-tparse
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# Install Go
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: '>=1.22.3'
go-version-file: go.mod
cache: true
# Run linter
- name: golangci-lint
Expand All @@ -130,8 +130,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version-file: go.mod
cache: true
go-version: '>=1.22.3'
- name: govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
if: ${{ steps.release.outputs.release_created }}
with:
go-version: '>=1.22.3'
go-version-file: go.mod
cache: true
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
if: ${{ steps.release.outputs.release_created }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tbckr/sgpt/v2

go 1.22.2
go 1.22.5

require (
github.com/atotto/clipboard v0.1.4
Expand Down

0 comments on commit 2578a99

Please sign in to comment.