Skip to content

Commit

Permalink
chore: update go version across the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Oliveira committed Aug 29, 2024
1 parent 9e0ed99 commit 17f7e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.9
go-version: 1.22.5

- name: Run lint
uses: golangci/[email protected]
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.9
go-version: 1.22.5

- name: Install dependencies
run: sudo apt update && sudo apt install make -y
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.19 as builder
FROM golang:1.22 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 17f7e50

Please sign in to comment.