Skip to content

Commit

Permalink
ci: updated go version
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 7, 2024
1 parent b09e83b commit a601d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.16'
go-version: '^1.22'
- name: Run unit tests
run: |
mods=(\
Expand Down

0 comments on commit a601d1b

Please sign in to comment.