Skip to content

Commit

Permalink
Merge pull request #95 from davidkarlsen/feature/upgrade-go
Browse files Browse the repository at this point in the history
Upgrade golang
  • Loading branch information
raffaelespazzoli authored Sep 21, 2023
2 parents a6a6794 + 0048de4 commit 5e87c24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: setup
env:
BUILD_PLATFORMS: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
GO_VERSION: "~1.18"
GO_VERSION: "~1.21"
steps:
- name: Setting Workflow Variables
id: set-variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: setup
env:
BUILD_PLATFORMS: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
GO_VERSION: "~1.18"
GO_VERSION: "~1.21"
steps:
- name: Setting Workflow Variables
id: set-variables
Expand Down
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/redhat-cop/operator-utils

go 1.19
go 1.21

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit 5e87c24

Please sign in to comment.