Skip to content

Commit

Permalink
fix(ci:go): bump go to 1_21
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 committed Mar 2, 2024
1 parent a1c1959 commit 5f64d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
- name: build
run: go build -v ./...
- name: test
Expand Down

0 comments on commit 5f64d29

Please sign in to comment.