File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ jobs:
116
116
- name : Setup Go
117
117
uses : actions/setup-go@v5
118
118
with :
119
- go-version : 1.18.x
119
+ go-version : 1.22.1
120
120
- name : Import GPG key
121
121
id : import_gpg
122
- uses : crazy-max/ghaction-import-gpg@v5
122
+ uses : crazy-max/ghaction-import-gpg@v6
123
123
with :
124
124
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
125
125
passphrase : ${{ secrets.GPG_PASSPHRASE }}
126
126
- name : Run GoReleaser
127
- uses : goreleaser/goreleaser-action@v2.1.1
127
+ uses : goreleaser/goreleaser-action@v6
128
128
with :
129
129
version : latest
130
130
args : release --rm-dist
Original file line number Diff line number Diff line change
1
+ run :
2
+ go : " 1.22.1"
1
3
linters :
2
4
enable :
3
5
- gofmt
Original file line number Diff line number Diff line change 1
1
# Visit https://goreleaser.com for documentation on how to customize this
2
2
# behavior.
3
+ # Version of the configuration file
4
+ version : 2
5
+
3
6
before :
4
7
hooks :
5
8
- go mod tidy
9
+
6
10
builds :
7
11
- env :
8
12
- CGO_ENABLED=0
45
49
release :
46
50
draft : false
47
51
changelog :
48
- skip : true
52
+ disable : true
You can’t perform that action at this time.
0 commit comments