Skip to content

Commit

Permalink
upgrade setup-go to v5 and checkout to v4 in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schaermu committed Apr 19, 2024
1 parent 16ea98e commit 3f36c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

steps:
- name: Download Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.22
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get dependencies
run: go get -v -t -d ./...
Expand Down

0 comments on commit 3f36c49

Please sign in to comment.