File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Dependabot CLI" ,
3- "image" : " mcr.microsoft.com/devcontainers/go:1.21 " ,
3+ "image" : " mcr.microsoft.com/devcontainers/go:1.22 " ,
44 "features" : {
55 "ghcr.io/devcontainers/features/docker-in-docker" : " latest"
66 },
Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : 1.21
18+ go-version : 1.22
1919
2020 - name : Build
2121 run : go build -v ./...
3333 - name : Set up Go
3434 uses : actions/setup-go@v5
3535 with :
36- go-version : 1.21
36+ go-version : 1.22
3737
3838 - name : Run go vet
3939 run : go vet ./...
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4
2525 -
uses :
wangyoucao577/[email protected] 2626 with :
27- goversion : 1.21 .0 # needs the patch specified
27+ goversion : 1.22 .0 # needs the patch specified
2828 github_token : ${{ secrets.GITHUB_TOKEN }}
2929 goos : ${{ matrix.goos }}
3030 goarch : ${{ matrix.goarch }}
Original file line number Diff line number Diff line change 3232 - name : Set up Go
3333 uses : actions/setup-go@v5
3434 with :
35- go-version : 1.21
35+ go-version : 1.22
3636
3737 # Download the Proxy cache. The job is ideally 100% cached so no real calls are made.
3838 - name : Download cache
Original file line number Diff line number Diff line change 11module github.com/dependabot/cli
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/MakeNowJust/heredoc v1.0.0
You can’t perform that action at this time.
0 commit comments