Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 36ac8b8 commit 740fe05
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version-file: 'go/adbc/go.mod'
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
--file ci/conda_env_cpp.txt \
--file ci/conda_env_python.txt
pip install pytest-error-for-skips
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19.13
check-latest: true
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
mamba install -c conda-forge \
--file ci/conda_env_cpp.txt \
--file ci/conda_env_python.txt
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19.13
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/native-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
mamba install -c conda-forge \
--file ci/conda_env_cpp.txt
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19.13
check-latest: true
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version-file: 'go/adbc/go.mod'
check-latest: true
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
run: |
mamba install -c conda-forge \
--file ci/conda_env_cpp.txt
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19.13
check-latest: true
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
python=${{ matrix.python }} \
--file ci/conda_env_cpp.txt \
--file ci/conda_env_python.txt
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19.13
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
run: |
mamba install -c conda-forge \
--file ci/conda_env_cpp.txt
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.20.8
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ jobs:
ci/scripts/install_vcpkg.sh $VCPKG_ROOT ${{ steps.vcpkg_version.outputs.VCPKG_VERSION }}
popd
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19.13
check-latest: true
Expand Down Expand Up @@ -729,7 +729,7 @@ jobs:
# Windows needs newer Go than 1.19
# https://github.com/golang/go/issues/51007
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.20.8
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 740fe05

Please sign in to comment.