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 6b0e08a46e9fd07326c416841802508a3e608675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:54:18 +0000 Subject: [PATCH 2/2] chore(deps): Bump github.com/aws/aws-sdk-go from 1.44.179 to 1.44.301 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.179 to 1.44.301. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.179...v1.44.301) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 30bbed590b..62f2da42c4 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect github.com/Masterminds/semver/v3 v3.2.0 - github.com/aws/aws-sdk-go v1.44.179 + github.com/aws/aws-sdk-go v1.44.301 github.com/containerd/containerd v1.6.15 // indirect github.com/fatih/color v1.14.1 github.com/go-git/go-git/v5 v5.5.2 diff --git a/go.sum b/go.sum index 1357d883b7..116601e4b9 100644 --- a/go.sum +++ b/go.sum @@ -151,8 +151,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY= github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg= -github.com/aws/aws-sdk-go v1.44.179 h1:2mLZYSRc6awtjfD3XV+8NbuQWUVOo03/5VJ0tPenMJ0= -github.com/aws/aws-sdk-go v1.44.179/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= +github.com/aws/aws-sdk-go v1.44.301 h1:VofuXktwHFTBUvoPiHxQis/3uKgu0RtgUwLtNujd3Zs= +github.com/aws/aws-sdk-go v1.44.301/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI= github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=