diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-08-11 16:41:13 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-08-15 11:33:10 +0200 |
| commit | 4512da179ce2258b938c5c4bb2955d34fb6f90c8 (patch) | |
| tree | 07547832e9d6af68b5146f1b569cb6c3ee3533b0 /.github/workflows | |
| parent | 4b7e4c6ff4cfc923e76f0eb82ad5be31b293606f (diff) | |
| download | mullvadvpn-4512da179ce2258b938c5c4bb2955d34fb6f90c8.tar.xz mullvadvpn-4512da179ce2258b938c5c4bb2955d34fb6f90c8.zip | |
Bump go patch version
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/daemon.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/ios.yml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 154f8c6c8a..4e8379e709 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -59,7 +59,7 @@ jobs: if: steps.cache-native-libs.outputs.cache-hit != 'true' uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.18.5 - name: Configure Android NDK if: steps.cache-native-libs.outputs.cache-hit != 'true' diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index d7315e53b2..f0c8b843d6 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -56,7 +56,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.18.5 - name: Install build dependencies run: | @@ -81,7 +81,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.18.5 - name: Build and test crates run: ./ci/check-rust.sh @@ -123,7 +123,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.18.5 - name: Install msbuild uses: microsoft/setup-msbuild@v1.0.2 diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 62b94203f9..cf1ff4b058 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -48,7 +48,7 @@ jobs: - name: Setup go-lang uses: actions/setup-go@v3 with: - go-version: 1.18.1 + go-version: 1.18.5 - name: Prepare iOS simulator run: | |
