Skip to content

Commit 977811e

Browse files
build(deps): bump actions/setup-go from 5 to 6 (#29)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd51b39 commit 977811e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-go@v5
20+
- uses: actions/setup-go@v6
2121
with:
2222
go-version: ${{ matrix.go }}
2323
cache: true
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v5
40-
- uses: actions/setup-go@v5
40+
- uses: actions/setup-go@v6
4141
with:
4242
go-version: ${{ matrix.go }}
4343
cache: true

0 commit comments

Comments
 (0)