Skip to content

Commit 39ab5f1

Browse files
committed
ci: clean up some warnings / deprecations
1 parent a84ad4c commit 39ab5f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/go.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.23.x
17+
cache: false
1718
- uses: actions/checkout@v4
1819
- name: golangci-lint
1920
uses: golangci/golangci-lint-action@v6
@@ -49,5 +50,5 @@ jobs:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
uses: goreleaser/goreleaser-action@v6
5152
with:
52-
version: latest
53+
version: '~> v2'
5354
args: release --clean

.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ docker_manifests:
7979

8080
archives:
8181
- name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}"
82-
format: tar.gz
82+
formats:
83+
- tar.gz
8384
wrap_in_directory: true
8485

8586
checksum:

0 commit comments

Comments
 (0)