File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed
Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 99 name : test if ecs-tool can be built
1010 runs-on : ubuntu-latest
1111 steps :
12- -
13- name : checkout
14- uses : actions/checkout@v2
15- -
16- name : set up Go
17- uses : actions/setup-go@v1
12+ - name : checkout
13+ uses : actions/checkout@v4
14+ - name : set up Go
15+ uses : actions/setup-go@v5
1816 with :
1917 go-version : 1.21.x
20- -
21- name : cache modules
22- uses : actions/cache@v2
18+ - name : cache modules
19+ uses : actions/cache@v4
2320 with :
2421 path : ~/go/pkg/mod
2522 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
2623 restore-keys : |
2724 ${{ runner.os }}-go-
28- -
29- name : download dependencies
25+ - name : download dependencies
3026 run : go mod download
31- -
32- name : build the app
27+ - name : build the app
3328 run : go build
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 steps :
1111 -
1212 name : checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0 # needed for tags
1616 -
1717 name : set up Go
18- uses : actions/setup-go@v1
18+ uses : actions/setup-go@v5
1919 with :
2020 go-version : 1.21.x
2121 -
You can’t perform that action at this time.
0 commit comments