Skip to content

Commit

Permalink
Merge pull request #142 from orange-cloudfoundry/bump-go-v1-23-4
Browse files Browse the repository at this point in the history
bump to go v1.23.4
  • Loading branch information
gmllt authored Dec 17, 2024
2 parents f3aaa2b + 47d9ba8 commit 9f9150a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
2 changes: 0 additions & 2 deletions dist/CHANGELOG.md

This file was deleted.

Binary file removed dist/aggregadantur_1.65.0_darwin_amd64.tar.gz
Binary file not shown.
Binary file removed dist/aggregadantur_1.65.0_linux_amd64.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/artifacts.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"metadata.json","path":"dist/metadata.json","internal_type":30,"type":"Metadata"},{"name":"aggregadantur","path":"dist/binary_linux_amd64_v1/aggregadantur","goos":"linux","goarch":"amd64","goamd64":"v1","internal_type":4,"type":"Binary","extra":{"Binary":"aggregadantur","Ext":"","ID":"binary"}},{"name":"aggregadantur","path":"dist/binary_darwin_amd64_v1/aggregadantur","goos":"darwin","goarch":"amd64","goamd64":"v1","internal_type":4,"type":"Binary","extra":{"Binary":"aggregadantur","Ext":"","ID":"binary"}},{"name":"aggregadantur_1.65.0_darwin_amd64.tar.gz","path":"dist/aggregadantur_1.65.0_darwin_amd64.tar.gz","goos":"darwin","goarch":"amd64","goamd64":"v1","internal_type":1,"type":"Archive","extra":{"Binaries":["aggregadantur"],"Checksum":"sha256:c540156181d8af51f0151e93ef630a8c343f9b24424501c87e1e5375298c9162","Format":"tar.gz","ID":"archives","Replaces":null,"WrappedIn":"aggregadantur_1.65.0_darwin_amd64"}},{"name":"aggregadantur_1.65.0_linux_amd64.tar.gz","path":"dist/aggregadantur_1.65.0_linux_amd64.tar.gz","goos":"linux","goarch":"amd64","goamd64":"v1","internal_type":1,"type":"Archive","extra":{"Binaries":["aggregadantur"],"Checksum":"sha256:8aaaa45aeae1e7171bc7aeb4dcd1fc5fb3e2e93638f10574f89a94c7055117e7","Format":"tar.gz","ID":"archives","Replaces":null,"WrappedIn":"aggregadantur_1.65.0_linux_amd64"}},{"name":"checksums.txt","path":"dist/checksums.txt","internal_type":12,"type":"Checksum","extra":{}}]
[{"name":"metadata.json","path":"dist/metadata.json","internal_type":30,"type":"Metadata"},{"name":"aggregadantur","path":"dist/binary_linux_amd64_v1/aggregadantur","goos":"linux","goarch":"amd64","goamd64":"v1","internal_type":4,"type":"Binary","extra":{"Binary":"aggregadantur","Ext":"","ID":"binary"}},{"name":"aggregadantur","path":"dist/binary_darwin_amd64_v1/aggregadantur","goos":"darwin","goarch":"amd64","goamd64":"v1","internal_type":4,"type":"Binary","extra":{"Binary":"aggregadantur","Ext":"","ID":"binary"}}]
Binary file modified dist/binary_darwin_amd64_v1/aggregadantur
Binary file not shown.
Binary file modified dist/binary_linux_amd64_v1/aggregadantur
Binary file not shown.
2 changes: 0 additions & 2 deletions dist/checksums.txt

This file was deleted.

17 changes: 14 additions & 3 deletions dist/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ release:
github:
owner: orange-cloudfoundry
name: aggregadantur
gitlab:
owner: orange-cloudfoundry
name: aggregadantur
prerelease: auto
name_template: '{{.Tag}}'
builds:
Expand All @@ -12,12 +15,20 @@ builds:
- darwin
goarch:
- amd64
goamd64:
- v1
go386:
- sse2
goarm:
- "6"
goarm64:
- v8.0
gomips:
- hardfloat
goamd64:
- v1
goppc64:
- power8
goriscv64:
- rva20u64
targets:
- linux_amd64_v1
- darwin_amd64_v1
Expand Down Expand Up @@ -53,7 +64,7 @@ archives:
- src: static/*
- src: templates/*
snapshot:
name_template: '{{ .Version }}-SNAPSHOT-{{ .ShortCommit }}'
version_template: '{{ .Version }}-SNAPSHOT-{{ .ShortCommit }}'
checksum:
name_template: checksums.txt
algorithm: sha256
Expand Down
2 changes: 1 addition & 1 deletion dist/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"project_name":"aggregadantur","tag":"v1.65.0","previous_tag":"v1.64.0","version":"1.65.0","commit":"96e9f8a002117f296b8d8b4eb703146a5065d3dd","date":"2024-08-21T17:07:20.514908897+02:00","runtime":{"goos":"linux","goarch":"amd64"}}
{"project_name":"aggregadantur","tag":"v1.80.1","previous_tag":"v1.80.0","version":"1.80.1-SNAPSHOT-a079ae9","commit":"a079ae9f33618554a568b502fc83ca85cd7657a7","date":"2024-12-16T09:02:22.75502712+01:00","runtime":{"goos":"linux","goarch":"amd64"}}

0 comments on commit 9f9150a

Please sign in to comment.