Skip to content

Commit

Permalink
upgraded go version in main workflow to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tagus committed Jan 20, 2025
1 parent 7239bf1 commit c07058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: setting up go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23.5'
- name: running all tests
run: go test -v ./...

0 comments on commit c07058f

Please sign in to comment.