Skip to content

Commit

Permalink
fix(build): Bump Go version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Jan 18, 2025
1 parent f618f9f commit 00498df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: 1.23.4

- name: Install promu
id: make_promu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: 1.23.4

- name: Test
id: test
Expand Down

0 comments on commit 00498df

Please sign in to comment.