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 1
1
{
2
2
"name" : " leeway" ,
3
- "image" : " mcr.microsoft.com/devcontainers/go:1.21 " ,
3
+ "image" : " mcr.microsoft.com/devcontainers/go:1.22 " ,
4
4
// Features to add to the dev container. More info: https://containers.dev/features.
5
5
"features" : {}
6
6
}
Original file line number Diff line number Diff line change 16
16
- name : Checkout code
17
17
uses : actions/checkout@v4
18
18
- name : Setup Golang
19
- uses : actions/setup-go@v1
19
+ uses : actions/setup-go@v5
20
20
with :
21
- go-version : ' 1.21 '
21
+ go-version : ' 1.22.4 '
22
22
- name : Download all Go modules
23
23
run : |
24
24
go mod download
Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
- name : Setup Golang
17
- uses : actions/setup-go@v4
17
+ uses : actions/setup-go@v5
18
18
with :
19
- go-version : " 1.21 "
19
+ go-version : " 1.22.4 "
20
20
- name : Docker Login
21
21
uses : docker/login-action@v1
22
22
with :
You can’t perform that action at this time.
0 commit comments