Skip to content

Commit

Permalink
.github/go.yml: point to latest checkout and setup-go action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Oct 30, 2023
1 parent a8d7dc9 commit b54918a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.16
go-version: 1.21

- name: Test
run: cd secsipid && GO_TEST_ALL=on go test -v

0 comments on commit b54918a

Please sign in to comment.