Skip to content

Commit 76f981c

Browse files
Update release.yml
1 parent 1783400 commit 76f981c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
5+
- '*' # Push events to matching *
66

77
name: Latest Release
88

@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.20.4'
21+
go-version: '1.22.1'
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v2.5.2
2424
with:
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-go@v4
3333
with:
34-
go-version: '1.20.4'
34+
go-version: '1.22.1'
3535
- run: go test -v -cover
3636
release:
3737
name: Create Release
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555
- uses: actions/setup-go@v4
5656
with:
57-
go-version: '1.20.4'
57+
go-version: '1.22.1'
5858
- name: Get OS and arch info
5959
run: |
6060
GOOSARCH=${{matrix.goosarch}}

0 commit comments

Comments
 (0)