From 962f2e75bfc19ef8e2d109aa91dd376105f943ef Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Mon, 29 Jul 2024 13:32:43 +0200 Subject: [PATCH] Use Go `1.22` in GitHub Actions Use latest Go version `1.22` for any Go related GitHub Action. --- .github/workflows/use-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index 4b3b4e2..ea45fcf 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -29,7 +29,7 @@ jobs: # installing go and ko, both action dependencies - uses: actions/setup-go@v3 with: - go-version: '1.18' + go-version: 1.22.x - uses: imjasonh/setup-ko@v0.6 # checking out the project code on the current workspace