Skip to content

Commit 2669204

Browse files
authored
chore(RDODCP-685): Security patch and dependabot updates (#42)
* Bump Go version * Fix: Force GOTOOLCHAIN=local to use installed Go 1.25.6 * reset to default config * chore: align go version with master (1.25.5) * updated goreleaser to use dockerfile
1 parent 0ff94a3 commit 2669204

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ builds:
1717
goos:
1818
- linux
1919
dockers:
20-
- image_templates:
20+
- dockerfile: Dockerfile
21+
image_templates:
2122
- "ghcr.io/outsystems/{{ .ProjectName }}:{{ .Version }}"
2223
- "ghcr.io/outsystems/{{ .ProjectName }}:latest"
2324
build_flag_templates:

0 commit comments

Comments
 (0)