From b46bc46b330be1badd0066e085fd540d85ca54a1 Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Thu, 22 Jun 2023 08:37:52 -0400 Subject: [PATCH] bump to go 1.20 (#101) --- .github/workflows/release.yaml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08a6fbe3..9b054deb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: "go.mod" @@ -57,4 +57,4 @@ jobs: - name: Run goreleaser run: make release env: - GITHUB_TOKEN: ${{ github.token }} \ No newline at end of file + GITHUB_TOKEN: ${{ github.token }} diff --git a/go.mod b/go.mod index 9f287804..a9bf77e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/operator-framework/catalogd -go 1.19 +go 1.20 require ( github.com/blang/semver/v4 v4.0.0