mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-09-16 07:08:45 +00:00
Bump to go1.22 (#413)
This commit is contained in:
3
.github/workflows/osv-scanner-pr.yaml
vendored
3
.github/workflows/osv-scanner-pr.yaml
vendored
@@ -10,8 +10,9 @@ on:
|
||||
permissions:
|
||||
# Require writing security events to upload SARIF file to security tab
|
||||
security-events: write
|
||||
# Only need to read contents
|
||||
# Only need to read contents and actions
|
||||
contents: read
|
||||
actions: read
|
||||
|
||||
jobs:
|
||||
scan-pr:
|
||||
|
3
.github/workflows/unit-tests.yml
vendored
3
.github/workflows/unit-tests.yml
vendored
@@ -9,8 +9,7 @@ jobs:
|
||||
unit-tests:
|
||||
strategy:
|
||||
matrix:
|
||||
# Match this version to the maintained FIPS version in packages at https://github.com/kairos-io/packages/blob/main/packages/toolchain-go/collection.yaml#L63
|
||||
go-version: ["1.19.10", "1.20", "1.21"]
|
||||
go-version: ["1.22"]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Reference in New Issue
Block a user