Skip to content

Commit

Permalink
feat: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Runrioter committed Jan 14, 2025
1 parent 981d550 commit 72a1dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.13'
go-version: '^1.13.1'
- run: go version

- name: Build and test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.13'
go-version: '^1.13.1'

- name: Build bcbc
run: make build
Expand Down

0 comments on commit 72a1dd8

Please sign in to comment.