Skip to content

Commit

Permalink
Bump golang from 1.21.6 to 1.22rc2
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.6 to 1.22rc2.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 14662d8 commit b8538a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# update together with .github/workflows/ci.yml
FROM golang:1.21.6 AS go
FROM golang:1.22rc2 AS go

# update together with .github/workflows/ci.yml
FROM golangci/golangci-lint:v1.55.2 AS linter
Expand Down

0 comments on commit b8538a9

Please sign in to comment.