summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2023-03-06 17:41:40 +0100
committerEmīls <emils@mullvad.net>2023-03-07 10:29:23 +0100
commitf2fbdd77c06e95fadd55977ac857c8f6a9038678 (patch)
treed6a911936cecbd3c396e573881f653cb1ee61365 /.github
parent92dd33931951217e0c171c8c10dbe3ea65b9ba42 (diff)
downloadmullvadvpn-f2fbdd77c06e95fadd55977ac857c8f6a9038678.tar.xz
mullvadvpn-f2fbdd77c06e95fadd55977ac857c8f6a9038678.zip
Bump Go version in workflow to 1.19.5
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index be6eb8ec1f..f8a7f88ff1 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.5
+ go-version: 1.19.5
- name: Prepare iOS simulator
# yamllint disable rule:line-length