aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index a6fabbb5d..9b6c8d895 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -18,7 +18,7 @@ jobs:
# statically linked binary.
runs-on: ubuntu-latest
container:
- image: golang:1.21-alpine
+ image: golang:1.22-alpine
steps:
- name: Install apk dependencies
# tar: needed for actions/cache@v4
@@ -135,7 +135,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
- go-version: '1.21'
+ go-version: '1.22'
cache: true
- name: Install wasmtime
run: |
@@ -178,7 +178,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
- go-version: '1.21'
+ go-version: '1.22'
cache: true
- name: Install Node.js
uses: actions/setup-node@v4
@@ -301,7 +301,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
- go-version: '1.21'
+ go-version: '1.22'
cache: true
- name: Restore LLVM source cache
uses: actions/cache/restore@v4