Skip to content

Commit

Permalink
more workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanz0rz committed Feb 11, 2025
1 parent 9df4860 commit 00cf1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout code into workspace directory
uses: actions/checkout@v3

- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v3
with:
go-version: '1.21.0'
go-version: '1.22.0'

- name: Unit tests
run: make test
Expand Down

0 comments on commit 00cf1e9

Please # to comment.