Skip to content

Commit c7291f1

Browse files
build(deps): bump actions/setup-go from 5 to 6 (#132)
1 parent 06ef76b commit c7291f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Setup Go
49-
uses: actions/setup-go@v5
49+
uses: actions/setup-go@v6
5050
with:
5151
go-version: ${{ matrix.go-version }}
5252

@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v4
8989
name: Check out repository
9090

91-
- uses: actions/setup-go@v5
91+
- uses: actions/setup-go@v6
9292
name: Set up Go
9393
with:
9494
# Use the Go language version in go.mod for linting.

0 commit comments

Comments
 (0)