Skip to content

Commit

Permalink
ci: setup-go v3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Feb 13, 2023
1 parent d5b988a commit c70c005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fetch-depth: 0

- name: Setup golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19

- name: Run tests
run: go test -v ./...
Expand Down

0 comments on commit c70c005

Please sign in to comment.