File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
"race" : true ,
18
18
"verbose" : true ,
19
19
"html" : true
20
- }
20
+ },
21
+ "ghcr.io/thediveo/devcontainer-features/pin-github-action:0" : {}
21
22
},
22
23
"remoteEnv" : {
23
24
"GOPATH" : " /home/vscode/go" ,
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- go : [ '1.19 ', '1.20 ' ]
17
+ go : [ 'stable ', 'oldstable ' ]
18
18
steps :
19
19
20
20
- name : Set up Go ${{matrix.go}}
21
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@v3
21
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@v4
22
22
with :
23
23
go-version : ${{matrix.go}}
24
24
id : go
25
25
26
26
- name : Check out code into the Go module directory
27
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3
27
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
28
28
29
29
- name : Test
30
30
run : go test -v -p=1 -race ./...
You can’t perform that action at this time.
0 commit comments