File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed
Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
2424 - name : Set up Go
25- uses : actions/setup-go@v3
25+ uses : actions/setup-go@v4
2626 with :
27- go-version : 1.20
28- cache : true
27+ go-version : 1.20.14
2928
3029 - name : Lint Go Code
3130 run : |
@@ -39,15 +38,14 @@ jobs:
3938 runs-on : ubuntu-latest
4039 steps :
4140 - name : Check out code
42- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4342 with :
4443 fetch-depth : 0
4544
4645 - name : Set up Go
47- uses : actions/setup-go@v3
46+ uses : actions/setup-go@v4
4847 with :
49- go-version : 1.19
50- cache : true
48+ go-version : 1.20.14
5149
5250 - name : Run Unit tests
5351 run : make test
@@ -68,15 +66,14 @@ jobs:
6866 needs : [lint, test]
6967 steps :
7068 - name : Check out code
71- uses : actions/checkout@v3
69+ uses : actions/checkout@v4
7270 with :
7371 fetch-depth : 0
7472
7573 - name : Set up Go
76- uses : actions/setup-go@v3
74+ uses : actions/setup-go@v4
7775 with :
78- go-version : 1.19
79- cache : true
76+ go-version : 1.20.14
8077
8178 - name : Build
8279 run : make build && make build-sponge
Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out code
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Set up Go
19- uses : actions/setup-go@v3
19+ uses : actions/setup-go@v4
2020 with :
21- go-version : 1.19
22- cache : true
21+ go-version : 1.20.14
2322
2423 - name : Create release on GitHub
2524 uses : goreleaser/goreleaser-action@v3
You can’t perform that action at this time.
0 commit comments