Skip to content

Commit

Permalink
security: upgrade dependencies (#9815)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Mar 8, 2024
1 parent 2559d70 commit 8b744c9
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -50,7 +50,7 @@ parameters:
default: ""
go-version:
type: string
default: "1.21.5"
default: "1.21.8"
# our defined job, and its steps
jobs:
setup:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/main.yml
Expand Up @@ -36,7 +36,7 @@ parameters:
default: ubuntu-2204:2023.04.2
go-version:
type: string
default: "1.21.5"
default: "1.21.8"
go-releaser-version:
type: string
default: "1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion etc/proto/Dockerfile
@@ -1,4 +1,4 @@
ARG GOVERSION=golang:1.21.5
ARG GOVERSION=golang:1.21.8
FROM $GOVERSION

LABEL maintainer="msteffen@pachyderm.io"
Expand Down
2 changes: 1 addition & 1 deletion etc/testing/kafka/Dockerfile
@@ -1,4 +1,4 @@
ARG GOVERSION=golang:1.21.5
ARG GOVERSION=golang:1.21.8
FROM $GOVERSION
WORKDIR /app
ADD . /app/
Expand Down
2 changes: 1 addition & 1 deletion etc/testing/spout/Dockerfile
@@ -1,4 +1,4 @@
ARG GOVERSION=golang:1.21.5
ARG GOVERSION=golang:1.21.8
FROM $GOVERSION
RUN mkdir /app
ADD . /app/
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/pachyderm/pachyderm/v2

go 1.21

toolchain go1.21.5
toolchain go1.21.8

require (
cloud.google.com/go/profiler v0.3.0
Expand Down Expand Up @@ -33,7 +33,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-logr/zapr v1.2.3
github.com/go-sql-driver/mysql v1.7.0
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.4
github.com/google/btree v1.1.2
github.com/google/go-cmp v0.5.9
github.com/google/go-jsonnet v0.17.0
Expand Down Expand Up @@ -99,7 +99,7 @@ require (
google.golang.org/api v0.134.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405
google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.32.0
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Expand Up @@ -929,8 +929,8 @@ github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM=
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
Expand Down Expand Up @@ -2896,8 +2896,8 @@ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/DataDog/dd-trace-go.v1 v1.27.1/go.mod h1:Sp1lku8WJMvNV0kjDI4Ni/T7J/U3BO5ct5kEaoVU8+I=
gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
Expand Down
2 changes: 1 addition & 1 deletion src/testing/cmds/go-test-results/Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine
FROM golang:1.21.8-alpine

RUN go install github.com/jackc/tern/v2@latest

Expand Down

0 comments on commit 8b744c9

Please sign in to comment.