Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump deps #352

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-02-02T15:47:02Z by kres cdedbc0-dirty.
# Generated on 2024-02-19T12:29:14Z by kres 822fe03.

ARG TOOLCHAIN

Expand All @@ -11,7 +11,7 @@ FROM ghcr.io/siderolabs/ca-certificates:v1.6.0 AS image-ca-certificates
FROM ghcr.io/siderolabs/fhs:v1.6.0 AS image-fhs

# runs markdownlint
FROM docker.io/node:21.6.1-alpine3.19 AS lint-markdown
FROM docker.io/node:21.6.2-alpine3.19 AS lint-markdown
WORKDIR /src
RUN npm i -g [email protected]
RUN npm i [email protected]
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-02-09T00:25:37Z by kres decf506.
# Generated on 2024-02-19T12:17:51Z by kres b787f0e-dirty.

# common variables

Expand All @@ -18,11 +18,11 @@ PROTOBUF_GO_VERSION ?= 1.32.0
GRPC_GO_VERSION ?= 1.3.0
GRPC_GATEWAY_VERSION ?= 2.19.1
VTPROTOBUF_VERSION ?= 0.6.0
DEEPCOPY_VERSION ?= v0.5.5
GOLANGCILINT_VERSION ?= v1.56.1
DEEPCOPY_VERSION ?= v0.5.6
GOLANGCILINT_VERSION ?= v1.56.2
GOFUMPT_VERSION ?= v0.6.0
GO_VERSION ?= 1.22.0
GOIMPORTS_VERSION ?= v0.17.0
GOIMPORTS_VERSION ?= v0.18.0
GO_BUILDFLAGS ?=
GO_LDFLAGS ?=
CGO_ENABLED ?= 0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/drone/drone-yaml v1.2.3
github.com/go-git/go-git/v5 v5.11.0
github.com/google/go-github/v58 v58.0.0
github.com/google/go-github/v59 v59.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/siderolabs/gen v0.4.7
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw=
github.com/google/go-github/v58 v58.0.0/go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4=
github.com/google/go-github/v59 v59.0.0 h1:7h6bgpF5as0YQLLkEiVqpgtJqjimMYhBkD4jT5aN3VA=
github.com/google/go-github/v59 v59.0.0/go.mod h1:rJU4R0rQHFVFDOkqGWxfLNo6vEk4dv40oDjhV/gH6wM=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
Expand Down
8 changes: 4 additions & 4 deletions internal/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
CheckOutActionVersion = "v4"
// DeepCopyVersion is the version of deepcopy.
// renovate: datasource=go depName=github.com/siderolabs/deep-copy
DeepCopyVersion = "v0.5.5"
DeepCopyVersion = "v0.5.6"
// DindContainerImageVersion is the version of the dind container image.
// renovate: datasource=docker versioning=docker depName=docker
DindContainerImageVersion = "25.0-dind"
Expand All @@ -45,10 +45,10 @@ const (
GoFmtVersion = "v0.6.0"
// GoImportsVersion is the version of goimports.
// renovate: datasource=go depName=golang.org/x/tools
GoImportsVersion = "v0.17.0"
GoImportsVersion = "v0.18.0"
// GolangCIlintVersion is the version of golangci-lint.
// renovate: datasource=go depName=github.com/golangci/golangci-lint
GolangCIlintVersion = "v1.56.1"
GolangCIlintVersion = "v1.56.2"
// GolangContainerImageVersion is the default golang container image.
// renovate: datasource=docker versioning=docker depName=golang
GolangContainerImageVersion = "1.22-alpine"
Expand All @@ -69,7 +69,7 @@ const (
MardownLintCLIVersion = "0.39.0"
// NodeContainerImageVersion is the default node container image.
// renovate: datasource=docker versioning=docker depName=node
NodeContainerImageVersion = "21.6.1-alpine3.19"
NodeContainerImageVersion = "21.6.2-alpine3.19"
// PkgsVersion is the version of pkgs.
// renovate: datasource=github-tags depName=siderolabs/pkgs
PkgsVersion = "v1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion internal/output/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fmt"
"os"

"github.com/google/go-github/v58/github"
"github.com/google/go-github/v59/github"
"golang.org/x/oauth2"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/project/common/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/http"
"slices"

"github.com/google/go-github/v58/github"
"github.com/google/go-github/v59/github"
"github.com/siderolabs/gen/xslices"

"github.com/siderolabs/kres/internal/config"
Expand Down
2 changes: 1 addition & 1 deletion internal/toposort/toposort.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (index *edgeIndex) removeIndex(edge edge) {
func Stable[N Node[N]](nodes []N) (output []N, cycle []N) {
edges := newEdgeIndex()

for i := 0; i < len(nodes); i++ {
for i := range len(nodes) {
for j := i + 1; j < len(nodes); j++ {
ij := nodes[i].Before(nodes[j])
ji := nodes[j].Before(nodes[i])
Expand Down
2 changes: 1 addition & 1 deletion internal/toposort/toposort_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (n testNode) Before(m testNode) bool {
}

func TestSort(t *testing.T) {
for i := 0; i < 10000; i++ {
for range 10000 {
testnodes := []testNode{
testNode(10),
testNode(2),
Expand Down
Loading