This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-terraform.git
The following commit(s) were added to refs/heads/main by this push:
new b12ded1 Bump actions/setup-go from 5.3.0 to 6.3.0 (#20)
b12ded1 is described below
commit b12ded1fbcedf1cb8130fbc6ef4fc8c655dfc269
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 12:19:07 2026 -0400
Bump actions/setup-go from 5.3.0 to 6.3.0 (#20)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to
6.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
-
[Commits](https://github.com/actions/setup-go/compare/f111f3307d8850f501ac008e886eec1fd1932a34...4b73464bb391d4059bd26b0524d20df3927bd417)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/go-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml
index 3f7a415..58097bc 100644
--- a/.github/workflows/go-ci.yml
+++ b/.github/workflows/go-ci.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Go
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: ${{ matrix.go }}
cache: true