From 85a3f2b18e445306e0a1b6076d4f2a48ae32f066 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Thu, 10 Nov 2022 08:23:54 -0800 Subject: [PATCH] Upgrade to Go 1.19.3 (#288) --- .github/workflows/build.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03f28bd7..e505baf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.19.3 - name: Git checkout uses: actions/checkout@v2 - name: Build diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index cbd187d5..3148e4d8 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,7 +18,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: '^1.17.7' + go-version: '^1.19.3' - name: Release uses: goreleaser/goreleaser-action@v2