Skip to content

Commit

Permalink
Bump go version in CI + dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsurf authored and openshift-cherrypick-robot committed Aug 26, 2024
1 parent ac1c596 commit c3b6102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go 1.20
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Verify go.mod is sane
run: go mod tidy && git diff --no-patch --exit-code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.21 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit c3b6102

Please sign in to comment.