Skip to content

Commit 1a5e7e3

Browse files
Update actions/setup-go action to v6
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56703b1 commit 1a5e7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v6
3434

3535
- name: Setup Golang Environment
36-
uses: actions/setup-go@v5
36+
uses: actions/setup-go@v6
3737
with:
3838
go-version: ${{ matrix.go-version }}
3939

0 commit comments

Comments
 (0)