Skip to content

Commit

Permalink
bump golang to 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Jan 22, 2024
1 parent 6667d32 commit f2a7be3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ gardenlogin:
inject_effective_version: true
steps:
check:
image: 'golang:1.20.2'
image: 'golang:1.21.6'
test:
image: 'golang:1.20.2'
image: 'golang:1.21.6'
build:
image: 'golang:1.20.2'
image: 'golang:1.21.6'
output_dir: 'binary'
timeout: '5m'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # [email protected]
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # [email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gardenlogin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # [email protected]
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # [email protected]
with:
go-version: '1.20.2'
go-version: '1.21.6'
- name: Build the binary-files
id: build_binary_files
run: |
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/gardener/gardenlogin

go 1.20
go 1.21

require (
github.com/gardener/gardener v1.67.1
Expand Down

0 comments on commit f2a7be3

Please sign in to comment.