Skip to content

Commit

Permalink
Bump go build version (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNotFound committed Sep 12, 2024
1 parent 19d79a3 commit bfb0d97
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 @@ -12,7 +12,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v5
with:
go-version: 1.23.0
go-version: 1.23.1

- name: checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
go-version: [1.23.0]
go-version: [1.23.1]

steps:
- name: install golang
Expand Down

0 comments on commit bfb0d97

Please sign in to comment.