Test on Go 1.23 as well (#161)

This commit is contained in:
Jonny Stoten
2024-09-10 17:40:43 +01:00
committed by GitHub
parent c029bcfbaa
commit 6edcc3d5d7

View File

@@ -12,7 +12,7 @@ jobs:
id-token: write
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.22.x, 1.23.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]