Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Oct 26, 2024
1 parent d51c8e6 commit 7ea4ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.20.0
- name: Set up Go 1.22.0
uses: actions/setup-go@v5
with:
go-version: 1.20.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.20.0
- name: Set up Go 1.22.0
uses: actions/setup-go@v5
with:
go-version: 1.20.0
Expand Down

0 comments on commit 7ea4ed8

Please sign in to comment.