Skip to content

Commit

Permalink
intentionally downgrade to check renovate is working
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Sep 7, 2024
1 parent 118df51 commit 58d5c30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG KUBECTL_VERSION=1.31.0@sha256:7779e585c588adde5c8feafd584c1ffc76ffbe8475236a
ARG TALOSCTL_VERSION=v1.7.6@sha256:c0d0c85fc25424ec8e28d7b98db5b750ab47705af44222d3ff3afc556fac52d5
ARG TALHELPER_VERSION=v3.0.5@sha256:1d5ea10b83e5bce0a32907ada9866267abf1854215000ead86538ffe779c1357
ARG TASKFILE_VERSION=v3.38.0@sha256:308c4f5be86bffae3f956cbd7225c4fec69b0e7a89012120b818a10df45d7c59
ARG GOLINT_VERSION=v1.60.3
ARG GORELEASER_VERSION=v2.2.0@sha256:847eba313710996f4eeeef1ac21a4fd5ea7527e3a500633ae78f40d9baefddac
ARG GOLINT_VERSION=v1.60.0
ARG GORELEASER_VERSION=v2.1.0


## ================================================================================================
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: mirceanton/reusable-workflows/.github/workflows/go-lint.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
secrets: inherit
with:
# Renovate: datasource=golang-version depName=go
go-version: "1.22.5"
# renovate: datasource=golang-version depName=go
go-version: "1.22.0"

# renovate: datasource=docker depName=golangci/golangci-lint
golangci-version: "v1.60.3"
golangci-version: "v1.60.0"
6 changes: 3 additions & 3 deletions .github/workflows/go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}

# Renovate: datasource=golang-version depName=go
go-version: "1.22.5"
# renovate: datasource=golang-version depName=go
go-version: "1.22.0"

# renovate: datasource=docker depName=goreleaser/goreleaser
goreleaser-version: "v2.2.0"
goreleaser-version: "v2.1.0"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mirceanton/talswitcher

go 1.22.6
go 1.22.0

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit 58d5c30

Please sign in to comment.