From 4f3d24619bfe4fef61e09e350ebe6077d5a18476 Mon Sep 17 00:00:00 2001 From: Kyle Gray Date: Mon, 8 Jul 2024 14:44:54 -0700 Subject: [PATCH] Upgrade to Go 1.22.5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d995eb94b..10c7f41a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22.4' + go-version: '1.22.5' - name: install gotestsum run: go install gotest.tools/gotestsum@latest @@ -78,6 +78,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22.4' + go-version: '1.22.5' - run: go install golang.org/x/vuln/cmd/govulncheck@latest - run: govulncheck ./...