File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leeway" ,
3- "image" : " mcr.microsoft.com/devcontainers/go:1.21 " ,
3+ "image" : " mcr.microsoft.com/devcontainers/go:1.22 " ,
44 // Features to add to the dev container. More info: https://containers.dev/features.
55 "features" : {}
66}
Original file line number Diff line number Diff line change 1616 - name : Checkout code
1717 uses : actions/checkout@v4
1818 - name : Setup Golang
19- uses : actions/setup-go@v1
19+ uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.21 '
21+ go-version : ' 1.22.4 '
2222 - name : Download all Go modules
2323 run : |
2424 go mod download
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616 - name : Setup Golang
17- uses : actions/setup-go@v4
17+ uses : actions/setup-go@v5
1818 with :
19- go-version : " 1.21 "
19+ go-version : " 1.22.4 "
2020 - name : Docker Login
2121 uses : docker/login-action@v1
2222 with :
You can’t perform that action at this time.
0 commit comments