Skip to content

Commit

Permalink
Go 1.22 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Feb 7, 2024
1 parent 11b2fc4 commit 35deb52
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dependabot CLI",
"image": "mcr.microsoft.com/devcontainers/go:1.21",
"image": "mcr.microsoft.com/devcontainers/go:1.22",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Build
run: go build -v ./...
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Run go vet
run: go vet ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1.46
with:
goversion: 1.21.0 # needs the patch specified
goversion: 1.22.0 # needs the patch specified
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

# Download the Proxy cache. The job is ideally 100% cached so no real calls are made.
- name: Download cache
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dependabot/cli

go 1.21
go 1.22

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down

0 comments on commit 35deb52

Please sign in to comment.