Skip to content

Commit

Permalink
🌱 Bump actions/setup-go from 3.4.0 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@d0a58c1...6edd440)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 20, 2022
1 parent 15c10fc commit 5ce49db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v2.4.0
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 #v2.1.5
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v2.1.5
with:
go-version: '1.18'
- uses: golangci/golangci-lint-action@0ad9a0988b3973e851ab0a07adf248ec2e100376
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 #v2.1.5
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v2.1.5
with:
go-version: '1.18'
- name: Run Go tests
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 #v2.1.5
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v2.1.5
with:
go-version: '1.19.x'
- name: Run Go verify
Expand Down

0 comments on commit 5ce49db

Please sign in to comment.