2
.github/actions/setup/action.yaml
vendored
2
.github/actions/setup/action.yaml
vendored
@@ -15,7 +15,7 @@ runs:
|
|||||||
- if: inputs.go == 'true'
|
- if: inputs.go == 'true'
|
||||||
uses: "actions/setup-go@v6"
|
uses: "actions/setup-go@v6"
|
||||||
with:
|
with:
|
||||||
go-version: "1.26.3"
|
go-version: "1.26.4"
|
||||||
cache: true
|
cache: true
|
||||||
- if: inputs.go == 'true'
|
- if: inputs.go == 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export LIMA_CIDATA_USER
|
|||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
GO_VERSION="1.26.3"
|
GO_VERSION="1.26.4"
|
||||||
NODE_MAJOR=24
|
NODE_MAJOR=24
|
||||||
NPM_VERSION="11.8.0"
|
NPM_VERSION="11.8.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user