Skip to content

Commit

Permalink
.github/workflows: Bump go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Nov 25, 2023
1 parent 391faab commit 7844b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.21
- name: Run tests
run: |
go test -v ./...
Expand Down

0 comments on commit 7844b8d

Please sign in to comment.