diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4725ae..f3ff49b 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.5" + go-version: "1.21.7" \ No newline at end of file diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ed7a55b..094b3d6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,4 +8,4 @@ jobs: test: uses: itzg/github-workflows/.github/workflows/go-test.yml@main with: - go-version: "1.21.4" \ No newline at end of file + go-version: "1.21.7" \ No newline at end of file