Skip to content

Commit

Permalink
Merge pull request #176 from planetlabs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5.0.1

Bump actions/setup-go from 5.0.0 to 5.0.1
  • Loading branch information
tschaub authored May 10, 2024
2 parents db5a0cb + 2ff6a85 commit 15a9fad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: '1.21'
- uses: docker/login-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: '1.21'
- uses: golangci/golangci-lint-action@v5
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: '1.21'
- run: go test -v ./...

0 comments on commit 15a9fad

Please sign in to comment.