Skip to content

Commit

Permalink
GH Actions: bump Go to 1.23 (was 1.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Dec 27, 2024
1 parent 510df0a commit 35355cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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.22
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- run: go mod download

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

- uses: actions/checkout@v4

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

- run: go mod download

Expand Down

0 comments on commit 35355cd

Please sign in to comment.