Skip to content

Commit

Permalink
build: update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ludviglundgren committed Nov 25, 2024
1 parent 7892c68 commit fdb11b3
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 @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
cache: true

- name: Test
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
cache: true

- name: Run GoReleaser build
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
cache: true
-
name: Run GoReleaser
Expand Down

0 comments on commit fdb11b3

Please sign in to comment.