Skip to content

Commit

Permalink
Merge pull request #21 from tgragnato/chore/github_actions
Browse files Browse the repository at this point in the history
Bump checkout and setup-go in actions
  • Loading branch information
JellyBellyDev authored Jan 5, 2024
2 parents d8051f5 + bf364f9 commit dd2a0a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: golangci/golangci-lint-action@v3
Expand All @@ -23,8 +23,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: go build -v ./...
Expand Down

0 comments on commit dd2a0a0

Please sign in to comment.