Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 0e41bc3 commit 4e4d988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go/go.work
- run: cd go && make build-conformance-binaries
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go/go.work
- name: install golangci-lint
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
with:
fetch-depth: "0"
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go/go.work
- name: Setup environment
Expand Down

0 comments on commit 4e4d988

Please sign in to comment.