Skip to content

Commit

Permalink
Merge pull request #544 from stakater/thunef/updates-go-version-1-21
Browse files Browse the repository at this point in the history
Updates go version 1.21
  • Loading branch information
Bharath Nallapeta authored Oct 30, 2023
2 parents 23bbe68 + 2989c3b commit c6bdb8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 'config/'
env:
DOCKER_FILE_PATH: Dockerfile
GOLANG_VERSION: 1.18
GOLANG_VERSION: 1.21
HELM_VERSION: v3.8.2
KIND_VERSION: "v0.17.0"

Expand All @@ -35,7 +35,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.54
only-new-issues: false
args: --timeout 10m

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
DOCKER_FILE_PATH: Dockerfile
BUNDLE_DOCKER_FILE_PATH: bundle.Dockerfile
GOLANG_VERSION: 1.18
GOLANG_VERSION: 1.21
OPERATOR_SDK_VERSION: "1.19.0"
KUSTOMIZE_VERSION: "4.5.7"
KUBERNETES_VERSION: "1.23.5"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ And then handle this configuration as handled in `processProviderConfig` in [upt

### Dependencies

1. GoLang v1.18
1. GoLang v1.21
2. kubectl
3. operator-sdk v1.6.2

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.18 as builder
FROM golang:1.21 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit c6bdb8d

Please sign in to comment.