Skip to content

Commit

Permalink
fix: go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabeler-lee-6rs committed Sep 16, 2024
1 parent 93bad7a commit be0836b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cgo:
type: string
docker:
- image: cimg/go:1.22
- image: cimg/go:1.23
- image: cimg/postgres:<< parameters.pgver >>
environment:
POSTGRES_USER: circle
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

publish-docker-multiarch:
docker:
- image: cimg/go:1.22
- image: cimg/go:1.23
resource_class: large
environment:
GOPRIVATE: "go.6river.tech/*,github.com/6RiverSystems/*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "^1.22"
go-version: "^1.23"
id: go

# Initializes the CodeQL tools for scanning.
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
go: "1.22"
go: "1.23"
issues:
max-issues-per-linter: 0
max-same-issues: 0
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 go.6river.tech/mmmbbb

go 1.22.5
go 1.23

require (
cloud.google.com/go/pubsub v1.42.0
Expand Down

0 comments on commit be0836b

Please sign in to comment.