Skip to content

Commit

Permalink
Update Golang version to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed Sep 18, 2024
1 parent aff1b4f commit 0ac6347
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.0'
go-version: '1.23.1'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 #v6.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up go environment
uses: actions/setup-go@v5
with:
go-version: 1.23.0
go-version: 1.23.1
############################################################################################
- name: Run unit tests
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/run-vuln-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: vulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.23.0
go-version-input: 1.23.1
go-package: ./...
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.23.0-alpine3.20 as builder
FROM golang:1.23.1-alpine3.20 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/kyma-project/infrastructure-manager

go 1.23.0

toolchain go1.23.1

require (
github.com/gardener/gardener v1.100.0
github.com/gardener/gardener-extension-provider-aws v1.56.1
Expand Down

0 comments on commit 0ac6347

Please sign in to comment.