Skip to content

Commit c748dc1

Browse files
build(deps): bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8793748 commit c748dc1

9 files changed

+9
-9
lines changed

.github/workflows/build-nym-vpn-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: chmod +x gradlew
108108

109109
- name: Install Go
110-
uses: actions/setup-go@v5
110+
uses: actions/setup-go@v6
111111
with:
112112
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
113113
cache-dependency-path: |

.github/workflows/build-nym-vpn-core-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
components: rustfmt, clippy
4242

4343
- name: Install Go
44-
uses: actions/setup-go@v5
44+
uses: actions/setup-go@v6
4545
with:
4646
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
4747
cache-dependency-path: nym-vpn-core/crates/nym-gateway-probe/netstack_ping/go.sum

.github/workflows/build-wireguard-go-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt-get update && sudo apt-get install -y rsync
2323

2424
- name: Install Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
2828
cache-dependency-path: wireguard/libwg/go.sum

.github/workflows/build-wireguard-go-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install Go
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
3333
cache: false

.github/workflows/build-wireguard-go-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install Go
29-
uses: actions/setup-go@v5
29+
uses: actions/setup-go@v6
3030
with:
3131
go-version: ${{ vars.REQUIRED_GOLANG_VERSION}}
3232
cache-dependency-path: wireguard/libwg/go.sum

.github/workflows/build-wireguard-go-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install Go
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
3333
cache: false

.github/workflows/build-wireguard-go-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
2626
cache: false

.github/workflows/ci-nym-vpn-core-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
components: rustfmt, clippy
4040

4141
- name: Install Go
42-
uses: actions/setup-go@v5
42+
uses: actions/setup-go@v6
4343
with:
4444
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
4545
cache: false

.github/workflows/ci-nym-vpn-core-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
components: rustfmt, clippy
4646

4747
- name: Install Go
48-
uses: actions/setup-go@v5
48+
uses: actions/setup-go@v6
4949
with:
5050
go-version: ${{ vars.REQUIRED_GOLANG_VERSION }}
5151
cache: false

0 commit comments

Comments
 (0)