Skip to content

Commit

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

Bump actions/setup-go from 5.0.2 to 5.1.0
  • Loading branch information
tschaub authored Oct 28, 2024
2 parents 7a99e3c + 58c6bb2 commit 91e4d25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'
- uses: docker/login-action@v3
Expand Down
8 changes: 4 additions & 4 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/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'
- uses: golangci/golangci-lint-action@v6
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.2
- uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'
- run: go test -v ./...
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'
- name: Build WASM
Expand All @@ -52,7 +52,7 @@ jobs:
with:
node-version: '20'
- name: Setup Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'
- name: Build WASM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'
- name: Build WASM
Expand Down

0 comments on commit 91e4d25

Please sign in to comment.