From 867ab05a8061e4fc9b27a5e176da8a0cd34dd356 Mon Sep 17 00:00:00 2001 From: akihiro17 Date: Fri, 28 Jun 2024 15:50:58 +0900 Subject: [PATCH] use golang 1.22 --- .github/workflows/go.yml | 4 ++-- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2354499..263de4d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.18 + - name: Set up Go 1.22 uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.22 id: go - name: Check out diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 615706f..5a11e5e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.22 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: