Skip to content

Commit

Permalink
bump to go 1.20 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Jun 22, 2023
1 parent 2365db6 commit b46bc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Run goreleaser
run: make release
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b46bc46

Please sign in to comment.