fix: upgrade go to 1.22.x for testing (#110)

This commit is contained in:
James Carnegie
2024-08-01 15:34:35 +01:00
committed by GitHub
parent d21fc7853c
commit b0b37f73f3

View File

@@ -12,7 +12,7 @@ jobs:
id-token: write
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
# temp disable windows tests see https://github.com/docker/image-signer-verifier/pull/154
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]