File tree 3 files changed +11
-690
lines changed
3 files changed +11
-690
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
tags :
7
- - ' * '
7
+ - " * "
8
8
9
9
jobs :
10
10
goreleaser :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- -
14
- name : Checkout
13
+ - name : Checkout
15
14
uses : actions/checkout@v2
16
15
with :
17
16
fetch-depth : 0
18
- -
19
- name : Set up Go
17
+ - name : Set up Go
20
18
uses : actions/setup-go@v2
21
19
with :
22
- go-version : 1.17
23
- -
24
- name : Cache Go modules
20
+ go-version : 1.18
21
+ - name : Cache Go modules
25
22
uses : actions/cache@v1
26
23
with :
27
24
path : ~/go/pkg/mod
28
25
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
29
26
restore-keys : |
30
27
${{ runner.os }}-go-
31
- -
32
- name : Tests
28
+ - name : Tests
33
29
run : |
34
30
go mod tidy
35
31
go test -v ./...
36
- -
37
- name : Run GoReleaser
32
+ - name : Run GoReleaser
38
33
uses : goreleaser/goreleaser-action@v2
39
34
with :
40
35
version : latest
Original file line number Diff line number Diff line change 1
1
module github.com/bengarrett/zipcmt
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/bengarrett/retrotxtgo v0.0.37
@@ -14,6 +14,6 @@ require (
14
14
github.com/dlclark/regexp2 v1.4.0 // indirect
15
15
github.com/mitchellh/go-homedir v1.1.0 // indirect
16
16
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
17
- golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
17
+ golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
18
18
golang.org/x/text v0.3.7 // indirect
19
19
)
You can’t perform that action at this time.
0 commit comments