Skip to content

Commit

Permalink
update go version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gvicentin committed Aug 12, 2024
1 parent 75f572d commit 18020b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.20
go-version: ^1.22
id: go

- name: Check out code into the Go module directory
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 18020b0

Please sign in to comment.