Skip to content

Commit

Permalink
Bump go version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobellaccini authored Sep 4, 2024
1 parent bdb4c08 commit 34c9044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.23.x

- uses: actions/checkout@v2

Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.23.x

- uses: actions/checkout@v2

Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.23.x

- uses: actions/checkout@v2

Expand Down

0 comments on commit 34c9044

Please sign in to comment.