Skip to content

Commit

Permalink
Merge pull request #116 from zeropsio/go-update
Browse files Browse the repository at this point in the history
update go version
  • Loading branch information
jansaidl authored Mar 7, 2024
2 parents 5e4843f + 4a81565 commit 75753dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ~1.21
go-version: ~1.22
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ~1.18
go-version: ~1.22
id: go

- name: Checkout code
Expand Down

0 comments on commit 75753dd

Please sign in to comment.