From 2d1fb40cee5dc47274d96acd4bb285fef802b43a Mon Sep 17 00:00:00 2001 From: Olblak Date: Fri, 9 Sep 2022 09:05:21 +0200 Subject: [PATCH 1/2] Always use the latest Go version available for the go.mod Signed-off-by: Olblak --- .github/workflows/updatecli.yaml | 3 +-- updatecli/updatecli.d/golang.yaml | 17 ----------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index e9a6a1dddd..24f89452a8 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,8 +17,7 @@ jobs: uses: "updatecli/updatecli-action@v2.6.1" - name: Set up Go uses: actions/setup-go@v3 - with: - go-version: 1.19.1 + check-latest: true id: go - name: "Run updatecli in dryrun" run: "updatecli diff --config ./updatecli/updatecli.d" diff --git a/updatecli/updatecli.d/golang.yaml b/updatecli/updatecli.d/golang.yaml index 47d6aaabc9..d125462ce8 100644 --- a/updatecli/updatecli.d/golang.yaml +++ b/updatecli/updatecli.d/golang.yaml @@ -65,15 +65,6 @@ conditions: file: .github/workflows/go.yaml key: jobs.build.steps[0].id value: go - workflowupdatecli: - name: '[release.yaml] Update Golang version to {{ source "latestGoVersion" }}' - kind: yaml - disablesourceinput: true - spec: - file: .github/workflows/updatecli.yaml - key: jobs.updatecli.steps[2].id - value: go - scmid: default dockerTag: name: 'Is docker image golang:{{ source "latestGoVersion" }} published' sourceid: latestGoVersion @@ -108,14 +99,6 @@ targets: file: .github/workflows/go.yaml key: jobs.build.steps[0].with.go-version scmid: default - workflowupdatecli: - name: '[release.yaml] Update Golang version to {{ source "latestGoVersion" }}' - kind: yaml - sourceid: latestGoVersion - spec: - file: .github/workflows/updatecli.yaml - key: jobs.updatecli.steps[2].with.go-version - scmid: default go.mod: name: '[go.mod] Update Golang version to {{ source "latestGoVersion" }}' sourceid: gomod From 75f6e80e9e2e8961a5e1be3744bb5ea6397838c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:50:48 +0000 Subject: [PATCH 2/2] chore(deps): Bump github.com/iancoleman/orderedmap Bumps [github.com/iancoleman/orderedmap](https://github.com/iancoleman/orderedmap) from 0.0.0-20190318233801-ac98e3ecb4b0 to 0.3.0. - [Commits](https://github.com/iancoleman/orderedmap/commits/v0.3.0) --- updated-dependencies: - dependency-name: github.com/iancoleman/orderedmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 30bbed590b..1b138c0758 100644 --- a/go.mod +++ b/go.mod @@ -143,7 +143,7 @@ require ( github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef // indirect github.com/huandu/xstrings v1.3.3 // indirect - github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 + github.com/iancoleman/orderedmap v0.3.0 github.com/imdario/mergo v0.3.13 // indirect github.com/inconshreveable/mousetrap v1.0.1 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect diff --git a/go.sum b/go.sum index 1357d883b7..b58fd56970 100644 --- a/go.sum +++ b/go.sum @@ -540,8 +540,9 @@ github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/huandu/xstrings v1.3.3 h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4= github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= -github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 h1:i462o439ZjprVSFSZLZxcsoAe592sZB1rci2Z8j4wdk= github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0/go.mod h1:N0Wam8K1arqPXNWjMo21EXnBPOPp36vB07FNRdD2geA= +github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJn+Ichc= +github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=