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