diff --git a/devtools/ci/dockerfiles/build-env/Dockerfile b/devtools/ci/dockerfiles/build-env/Dockerfile index df977b9462..75c7201526 100644 --- a/devtools/ci/dockerfiles/build-env/Dockerfile +++ b/devtools/ci/dockerfiles/build-env/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.20.5-bullseye +FROM docker.io/library/golang:1.21.1-bullseye RUN apt-get update && apt-get install -y \ apt-transport-https \ diff --git a/devtools/ci/dockerfiles/goalert/Dockerfile b/devtools/ci/dockerfiles/goalert/Dockerfile index b7ea9cefc7..7b8a47bc02 100644 --- a/devtools/ci/dockerfiles/goalert/Dockerfile +++ b/devtools/ci/dockerfiles/goalert/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/goalert/build-env:go1.21.0-postgres13 AS build +FROM docker.io/goalert/build-env:go1.21.1-postgres13 AS build COPY / /build/ WORKDIR /build RUN make clean bin/build/goalert-linux-amd64 diff --git a/devtools/ci/tasks/build-all.yml b/devtools/ci/tasks/build-all.yml index e1fc0b03f6..520ec29035 100644 --- a/devtools/ci/tasks/build-all.yml +++ b/devtools/ci/tasks/build-all.yml @@ -10,7 +10,7 @@ outputs: - name: bin image_resource: type: registry-image - source: { repository: goalert/build-env, tag: go1.21.0-postgres13 } + source: { repository: goalert/build-env, tag: go1.21.1-postgres13 } run: path: sh dir: goalert diff --git a/devtools/ci/tasks/build-binaries.yml b/devtools/ci/tasks/build-binaries.yml index 1e12bd47db..d611cc2aa0 100644 --- a/devtools/ci/tasks/build-binaries.yml +++ b/devtools/ci/tasks/build-binaries.yml @@ -13,7 +13,7 @@ outputs: - name: bin image_resource: type: registry-image - source: { repository: goalert/build-env, tag: go1.21.0-postgres13 } + source: { repository: goalert/build-env, tag: go1.21.1-postgres13 } run: path: sh dir: goalert diff --git a/devtools/ci/tasks/scripts/codecheck.sh b/devtools/ci/tasks/scripts/codecheck.sh index 863479b879..e5773e9f3b 100755 --- a/devtools/ci/tasks/scripts/codecheck.sh +++ b/devtools/ci/tasks/scripts/codecheck.sh @@ -12,7 +12,7 @@ if [ "$PKG_JSON_VER" != "$DOCKERFILE_VER" ]; then fi # assert build-env versions are identical -BUILD_ENV_VER=go1.21.0-postgres13 +BUILD_ENV_VER=go1.21.1-postgres13 for file in $(find devtools -name 'Dockerfile*'); do if ! grep -q "goalert/build-env" "$file"; then continue diff --git a/devtools/ci/tasks/test-smoketest.yml b/devtools/ci/tasks/test-smoketest.yml index 4c6ab689e5..c5aab76f5c 100644 --- a/devtools/ci/tasks/test-smoketest.yml +++ b/devtools/ci/tasks/test-smoketest.yml @@ -8,7 +8,7 @@ outputs: - name: debug image_resource: type: registry-image - source: { repository: goalert/build-env, tag: go1.21.0-postgres13 } + source: { repository: goalert/build-env, tag: go1.21.1-postgres13 } run: path: sh dir: goalert diff --git a/gadb/db.go b/gadb/db.go index 798500f3c2..1a829bb113 100644 --- a/gadb/db.go +++ b/gadb/db.go @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.20.0 +// sqlc v1.21.0 package gadb diff --git a/gadb/models.go b/gadb/models.go index be9ee7f4b8..a64f591088 100644 --- a/gadb/models.go +++ b/gadb/models.go @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.20.0 +// sqlc v1.21.0 package gadb diff --git a/gadb/queries.sql.go b/gadb/queries.sql.go index c0d5e5ca45..eb6d6f8b3c 100644 --- a/gadb/queries.sql.go +++ b/gadb/queries.sql.go @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.20.0 +// sqlc v1.21.0 // source: queries.sql package gadb diff --git a/golangci-lint.version b/golangci-lint.version index aa618f0d56..75d4c09852 100644 --- a/golangci-lint.version +++ b/golangci-lint.version @@ -1 +1 @@ -1.51.2 +1.54.2 diff --git a/pkg/sysapi/sysapi.pb.go b/pkg/sysapi/sysapi.pb.go index 100627c820..b24e37d1ba 100644 --- a/pkg/sysapi/sysapi.pb.go +++ b/pkg/sysapi/sysapi.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 -// protoc v4.23.3 +// protoc v4.24.3 // source: pkg/sysapi/sysapi.proto package sysapi diff --git a/pkg/sysapi/sysapi_grpc.pb.go b/pkg/sysapi/sysapi_grpc.pb.go index ea6618290f..74460bc33b 100644 --- a/pkg/sysapi/sysapi_grpc.pb.go +++ b/pkg/sysapi/sysapi_grpc.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.3.0 -// - protoc v4.23.3 +// - protoc v4.24.3 // source: pkg/sysapi/sysapi.proto package sysapi diff --git a/prometheus.version b/prometheus.version index 02eb446321..bb13a7e354 100644 --- a/prometheus.version +++ b/prometheus.version @@ -1 +1 @@ -2.33.4 +2.47.0 diff --git a/protoc.version b/protoc.version index 4a412fd92a..22f742b7da 100644 --- a/protoc.version +++ b/protoc.version @@ -1 +1 @@ -23.3 +24.3 diff --git a/sqlc.version b/sqlc.version index 3989355915..3500250a4b 100644 --- a/sqlc.version +++ b/sqlc.version @@ -1 +1 @@ -1.20.0 +1.21.0 diff --git a/swo/swodb/db.go b/swo/swodb/db.go index 5f5ba5a289..1e17695c25 100644 --- a/swo/swodb/db.go +++ b/swo/swodb/db.go @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.20.0 +// sqlc v1.21.0 package swodb diff --git a/swo/swodb/models.go b/swo/swodb/models.go index e51902237f..714406b47e 100644 --- a/swo/swodb/models.go +++ b/swo/swodb/models.go @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.20.0 +// sqlc v1.21.0 package swodb diff --git a/swo/swodb/queries.sql.go b/swo/swodb/queries.sql.go index d132da9635..83757cabe8 100644 --- a/swo/swodb/queries.sql.go +++ b/swo/swodb/queries.sql.go @@ -1,6 +1,6 @@ // Code generated by sqlc. DO NOT EDIT. // versions: -// sqlc v1.20.0 +// sqlc v1.21.0 // source: queries.sql package swodb