summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-03 23:20:03 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-04 10:23:30 +0100
commitb6d20f05f33ae3a7896ff912c6e921938fe1c9f7 (patch)
tree5a0f93515d2fbfaf1f759981793896724eacafe6 /.github/workflows
parent001d7718bd3fcb7d4ba3d36b6203b52145439e5d (diff)
downloadmullvadvpn-b6d20f05f33ae3a7896ff912c6e921938fe1c9f7.tar.xz
mullvadvpn-b6d20f05f33ae3a7896ff912c6e921938fe1c9f7.zip
Update go version to 1.21.3 in the github workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/daemon.yml2
-rw-r--r--.github/workflows/desktop-e2e.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index 6112f30fe8..3293e02879 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -100,7 +100,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
- go-version: 1.18.5
+ go-version: 1.21.3
- name: Build and test crates
run: ./ci/check-rust.sh
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 8594ae32bf..3a42bb9b3c 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -234,7 +234,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
- go-version: 1.18.5
+ go-version: 1.21.3
- name: Install Protoc
uses: arduino/setup-protoc@v2
with: