File tree 4 files changed +7
-14
lines changed
4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ on: push
4
4
5
5
jobs :
6
6
build :
7
- runs-on : ubuntu-20.04
7
+ runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v3
10
10
with :
11
11
fetch-depth : 0
12
12
13
- - uses : actions/setup-go@v3
13
+ - uses : actions/setup-go@v4
14
14
with :
15
- go-version : 1.17
15
+ go-version : " 1.20 "
16
16
17
17
- run : go mod tidy
18
18
- run : go build
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ permissions:
10
10
11
11
jobs :
12
12
release :
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
19
- - uses : actions/setup-go@v3
19
+ - uses : actions/setup-go@v4
20
20
with :
21
- go-version : 1.17
21
+ go-version : " 1.20 "
22
22
23
23
- uses : goreleaser/goreleaser-action@v4
24
24
with :
Original file line number Diff line number Diff line change 8
8
- linux
9
9
- windows
10
10
- darwin
11
- archives :
12
- - replacements :
13
- darwin : Darwin
14
- linux : Linux
15
- windows : Windows
16
- 386 : i386
17
- amd64 : x86_64
18
11
checksum :
19
12
name_template : " checksums.txt"
20
13
snapshot :
Original file line number Diff line number Diff line change 1
1
module github.com/jacobwgillespie/git-sync
2
2
3
- go 1.17
3
+ go 1.20
You can’t perform that action at this time.
0 commit comments