Skip to content

Commit

Permalink
update go version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Sep 11, 2024
1 parent a0e0703 commit e78360a
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 @@ -19,7 +19,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.23
go-version: '>=1.23.1'

- name: test
run: |
Expand Down

0 comments on commit e78360a

Please sign in to comment.