Skip to content

Commit

Permalink
Updated all actions to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Mar 7, 2024
1 parent 1ac96bf commit c6b82d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: "1.21.5"
go-version: '1.22'

# - name: Install changelog gh cli extension
# run: gh extension install chelnak/gh-changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nancy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: "1.21.5"
go-version: '1.22'

- name: Write go.list
run: go list -json -deps ./... > go.list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: "1.21.5"
go-version: '1.22'

- name: Install go module dependencies
run: |
Expand Down

0 comments on commit c6b82d4

Please sign in to comment.