File tree 5 files changed +12
-13
lines changed
5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [created]
6
6
7
+ permissions :
8
+ contents : write
9
+ packages : write
10
+
7
11
jobs :
8
12
release-linux-amd64 :
9
13
name : release linux/amd64
10
14
runs-on : ubuntu-latest
11
15
steps :
12
16
- uses : actions/checkout@v2
13
- - uses : wangyoucao577/go-release-action@v1.35
17
+ - uses : wangyoucao577/go-release-action@v1.53
14
18
with :
15
19
github_token : ${{ secrets.GITHUB_TOKEN }}
16
20
goos : linux
23
27
runs-on : ubuntu-latest
24
28
steps :
25
29
- uses : actions/checkout@v2
26
- - uses : wangyoucao577/go-release-action@v1.35
30
+ - uses : wangyoucao577/go-release-action@v1.53
27
31
with :
28
32
github_token : ${{ secrets.GITHUB_TOKEN }}
29
33
goos : linux
36
40
runs-on : ubuntu-latest
37
41
steps :
38
42
- uses : actions/checkout@v2
39
- - uses : wangyoucao577/go-release-action@v1.35
43
+ - uses : wangyoucao577/go-release-action@v1.53
40
44
with :
41
45
github_token : ${{ secrets.GITHUB_TOKEN }}
42
46
goos : darwin
49
53
runs-on : ubuntu-latest
50
54
steps :
51
55
- uses : actions/checkout@v2
52
- - uses : wangyoucao577/go-release-action@v1.35
56
+ - uses : wangyoucao577/go-release-action@v1.53
53
57
with :
54
58
github_token : ${{ secrets.GITHUB_TOKEN }}
55
59
goos : darwin
62
66
runs-on : ubuntu-latest
63
67
steps :
64
68
- uses : actions/checkout@v2
65
- - uses : wangyoucao577/go-release-action@v1.35
69
+ - uses : wangyoucao577/go-release-action@v1.53
66
70
with :
67
71
github_token : ${{ secrets.GITHUB_TOKEN }}
68
72
goos : windows
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- go : [ '1.16 ', '1.17 ' ]
10
+ go : [ '1.23 ', '1.24 ' ]
11
11
12
12
name : Go ${{ matrix.go }} testing
13
13
steps :
Original file line number Diff line number Diff line change 5
5
"log"
6
6
7
7
"github.com/a8m/envsubst"
8
- "gopkg.in/yaml.v2 "
8
+ "gopkg.in/yaml.v3 "
9
9
)
10
10
11
11
type Config struct {
Original file line number Diff line number Diff line change 1
1
module github.com/a8m/envsubst
2
2
3
- go 1.21
4
-
5
- require gopkg.in/yaml.v2 v2.4.0 // indirect
3
+ go 1.24
Original file line number Diff line number Diff line change 1
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2
- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
3
- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
You can’t perform that action at this time.
0 commit comments