1818 # statically linked binary.
1919 runs-on : ubuntu-latest
2020 container :
21- image : golang:1.25 -alpine
21+ image : golang:1.26rc1 -alpine
2222 outputs :
2323 version : ${{ steps.version.outputs.version }}
2424 steps :
@@ -40,15 +40,15 @@ jobs:
4040 - name : Cache Go
4141 uses : actions/cache@v4
4242 with :
43- key : go-cache-linux-alpine-v1 -${{ hashFiles('go.mod') }}
43+ key : go-cache-linux-alpine-v2 -${{ hashFiles('go.mod') }}
4444 path : |
4545 ~/.cache/go-build
4646 ~/go/pkg/mod
4747 - name : Restore LLVM source cache
4848 uses : actions/cache/restore@v4
4949 id : cache-llvm-source
5050 with :
51- key : llvm-source-20-linux-alpine-v1
51+ key : llvm-source-20-linux-alpine-v2
5252 path : |
5353 llvm-project/clang/lib/Headers
5454 llvm-project/clang/include
7373 uses : actions/cache/restore@v4
7474 id : cache-llvm-build
7575 with :
76- key : llvm-build-20-linux-alpine-v1
76+ key : llvm-build-20-linux-alpine-v2
7777 path : llvm-build
7878 - name : Build LLVM
7979 if : steps.cache-llvm-build.outputs.cache-hit != 'true'
9797 uses : actions/cache@v4
9898 id : cache-binaryen
9999 with :
100- key : binaryen-linux-alpine-v1
100+ key : binaryen-linux-alpine-v2
101101 path : build/wasm-opt
102102 - name : Build Binaryen
103103 if : steps.cache-binaryen.outputs.cache-hit != 'true'
@@ -137,7 +137,7 @@ jobs:
137137 - name : Install Go
138138 uses : actions/setup-go@v6
139139 with :
140- go-version : ' 1.25.5 '
140+ go-version : ' 1.26.0-rc.1 '
141141 cache : true
142142 - name : Install wasmtime
143143 uses : bytecodealliance/actions/wasmtime/setup@v1
@@ -181,7 +181,7 @@ jobs:
181181 - name : Install Go
182182 uses : actions/setup-go@v6
183183 with :
184- go-version : ' 1.25.5 '
184+ go-version : ' 1.26.0-rc.1 '
185185 cache : true
186186 - name : Install Node.js
187187 uses : actions/setup-node@v4
@@ -298,7 +298,7 @@ jobs:
298298 - name : Install Go
299299 uses : actions/setup-go@v6
300300 with :
301- go-version : ' 1.25.5 '
301+ go-version : ' 1.26.0-rc.1 '
302302 cache : true
303303 - name : Restore LLVM source cache
304304 uses : actions/cache/restore@v4
0 commit comments