Skip to content

Commit

Permalink
Merge pull request #62 from planetlabs/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-4.1.0

Bump actions/setup-go from 4.0.1 to 4.1.0
  • Loading branch information
tschaub authored Aug 14, 2023
2 parents 27c0378 + 81d0e3d commit f71e7a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v4.0.1
- uses: actions/setup-go@v4.1.0
with:
go-version: '1.20'
- uses: docker/login-action@v2
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@v3
- uses: actions/setup-go@v4.0.1
- uses: actions/setup-go@v4.1.0
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v3
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.1
- uses: actions/setup-go@v4.1.0
with:
go-version: '1.20'
- run: go test -v ./...
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@v3
- name: Setup Go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: '1.20'
- name: Build WASM
Expand Down

0 comments on commit f71e7a9

Please sign in to comment.