File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 workflow_dispatch :
1313
1414env :
15- GO_VERSION : 1.18
15+ GO_VERSION : 1.19
1616
1717jobs :
1818 tests :
2727 go-version : ${{ env.GO_VERSION }}
2828
2929 - name : Check out code
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131
3232 - name : Show project files after make
3333 run : tree .
Original file line number Diff line number Diff line change 1212 workflow_dispatch :
1313
1414env :
15- GO_VERSION : 1.18
15+ GO_VERSION : 1.19
1616
1717permissions :
1818 security-events : write
3232 go-version : ${{ env.GO_VERSION }}
3333
3434 - name : Check out code
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v3
3636
3737 - name : Show project files before make
3838 run : tree .
Original file line number Diff line number Diff line change 88 - v[0-9].[0-9]+.[0-9]*
99
1010env :
11- GO_VERSION : 1.18
11+ GO_VERSION : 1.19
1212
1313permissions :
1414 id-token : write
2929 id : go
3030
3131 - name : Check out code
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v3
3333
3434 - name : Test
3535 run : make test
4646 id : go
4747
4848 - name : Check out code
49- uses : actions/checkout@v2
49+ uses : actions/checkout@v3
5050
5151 - name : Show workspace files
5252 run : tree .
You can’t perform that action at this time.
0 commit comments