Skip to content

Commit

Permalink
chore(CI/CD): Bump go version to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 31, 2024
1 parent 1b8904b commit 6d98845
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Lint Code
uses: golangci/golangci-lint-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Run Tests
run: make test
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###########
# Build the manager binary
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 6d98845

Please sign in to comment.