From a3a475ea54efae36c4aade69cd1036c1324252dc Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Mon, 17 Jun 2024 17:20:04 -0600 Subject: [PATCH] Use go 1.22 for CI --- .github/workflows/go.yaml | 4 ++-- .github/workflows/manifests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 67268712..1776a067 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '>=1.21' + go-version: '>=1.22' - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: @@ -29,6 +29,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '>=1.21' + go-version: '>=1.22' - name: unit tests run: make test diff --git a/.github/workflows/manifests.yaml b/.github/workflows/manifests.yaml index 017cc4ad..c263ee16 100644 --- a/.github/workflows/manifests.yaml +++ b/.github/workflows/manifests.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '>=1.21' + go-version: '>=1.22' - run: make generate manifests - name: Ensure no changes