feat: use latest gVisor and go 1.22.3 (#13338)

This commit is contained in:
Spike Curtis
2024-05-23 08:22:44 -04:00
committed by GitHub
parent c67eba10d5
commit b43344b672
12 changed files with 40 additions and 59 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.21.9"
default: "1.22.3"
runs:
using: "composite"
steps:
+1 -1
View File
@@ -922,7 +922,7 @@ jobs:
uses: actions/dependency-review-action@v4.3.2
with:
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
allow-dependencies-licenses: "pkg:golang/github.com/pelletier/go-toml/v2"
allow-dependencies-licenses: "pkg:golang/github.com/coder/wgtunnel@0.1.13-0.20240522110300-ade90dfb2da0"
license-check: true
vulnerability-check: false
- name: "Report"