Skip to content

Commit

Permalink
feat: Build with go 1.23.1 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Sep 23, 2024
1 parent 1917357 commit 84125eb
Show file tree
Hide file tree
Showing 7 changed files with 430 additions and 385 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 2022 D2iQ, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

version: 2

project_name: dynamic-credential-provider

changelog:
Expand Down Expand Up @@ -81,12 +83,10 @@ archives:
- name_template: '{{ .ProjectName }}_v{{trimprefix .Version "v"}}_{{ .Os }}_{{ .Arch }}'
builds:
- dynamic-credential-provider
rlcp: true
- name_template: 'static-credential-provider_v{{trimprefix .Version "v"}}_{{ .Os }}_{{ .Arch }}'
id: static-credential-provider
builds:
- static-credential-provider
rlcp: true
dockers:
- image_templates:
# Specify the image tag including `-amd64` suffix if the build is not a snapshot build or is not being built on
Expand Down Expand Up @@ -143,4 +143,4 @@ docker_manifests:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incminor .Tag }}-dev"
version_template: "{{ incminor .Tag }}-dev"
1 change: 0 additions & 1 deletion apis/config/v1alpha1/zz_generated.defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"gnused@latest",
"go@latest",
"gojq@latest",
"golangci-lint@latest",
"golines@latest",
"google-cloud-sdk@latest",
"goreleaser@latest",
Expand All @@ -26,8 +27,6 @@
"shfmt@latest",
"upx@latest",
"yamale@latest",
"yamllint@latest",
"path:./hack/flakes#golangci-lint",
"path:./hack/flakes#go-mod-upgrade"
"yamllint@latest"
]
}
Loading

0 comments on commit 84125eb

Please sign in to comment.