summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-04-28 12:26:20 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-08-15 11:33:10 +0200
commit4b7e4c6ff4cfc923e76f0eb82ad5be31b293606f (patch)
treeb6e0dd0233d38212f7f1b74e3c5019e579500858 /.github
parent4499bf62152e83b317c2a09fa18d700bc7ecb817 (diff)
downloadmullvadvpn-4b7e4c6ff4cfc923e76f0eb82ad5be31b293606f.tar.xz
mullvadvpn-4b7e4c6ff4cfc923e76f0eb82ad5be31b293606f.zip
Bump actions golang to 1.18.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml2
-rw-r--r--.github/workflows/daemon.yml6
-rw-r--r--.github/workflows/ios.yml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 696813a307..154f8c6c8a 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.16
+ go-version: 1.18.1
- 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 59b554a2cb..d7315e53b2 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.16
+ go-version: 1.18.1
- name: Install build dependencies
run: |
@@ -81,7 +81,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
- go-version: 1.16
+ go-version: 1.18.1
- 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.16
+ go-version: 1.18.1
- name: Install msbuild
uses: microsoft/setup-msbuild@v1.0.2
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 3e4998dc5d..62b94203f9 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.16.5'
+ go-version: 1.18.1
- name: Prepare iOS simulator
run: |