Skip to content

Commit

Permalink
go=1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfordwagner committed Mar 15, 2024
1 parent e523f8d commit 01d514b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_releaser_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
path: taskfiles
repository: bradfordwagner/taskfiles
- name: go=1.21
- name: go=1.22
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: goreleaser=1.24.0
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go_releaser_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
path: taskfiles
repository: bradfordwagner/taskfiles
- name: go=1.21
- name: go=1.22
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: goreleaser=1.24.0
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 01d514b

Please sign in to comment.