Skip to content

Commit

Permalink
Bump go to 1.21 (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: harishsurf <[email protected]>
  • Loading branch information
harishsurf authored Aug 29, 2024
1 parent d290a6c commit bd78dca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 913 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
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/quay/quay-bridge-operator

go 1.17
go 1.21

require (
github.com/go-logr/logr v1.2.4
Expand Down
Loading

0 comments on commit bd78dca

Please sign in to comment.