Skip to content

Commit

Permalink
GH Actions: bump Go to 1.22 (was 1.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Aug 1, 2024
1 parent 2e5dbd6 commit 6fe9282
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

- uses: actions/checkout@v4

- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- run: go mod download

Expand All @@ -30,9 +30,10 @@ jobs:

- uses: actions/checkout@v4

- uses: actions/setup-go@v5
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- run: go mod download

Expand Down

0 comments on commit 6fe9282

Please sign in to comment.