From 630360dbd8540367468c46864957d467783c6ea3 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 9 Jun 2024 14:32:49 -0500 Subject: [PATCH] deps: upgrade to Go 1.22.4 to fix vulnerabilities --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b28b621..57bcb52 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,4 +9,4 @@ jobs: release: uses: itzg/github-workflows/.github/workflows/go-with-releaser.yml@main with: - go-version: "1.21.9" \ No newline at end of file + go-version: "1.22.4" \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 24859cb..0ab41a4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,4 +10,4 @@ jobs: test: uses: itzg/github-workflows/.github/workflows/go-test.yml@main with: - go-version: "1.21.9" \ No newline at end of file + go-version: "1.22.4" \ No newline at end of file