Skip to content

Commit e5934d6

Browse files
chore(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 (#149)
1 parent a5697d2 commit e5934d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v5
4444

4545
- name: Set up go
46-
uses: actions/setup-go@v6.0.0
46+
uses: actions/setup-go@v6.1.0
4747
with:
4848
go-version: ${{ matrix.go-version }}
4949
- run: |

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Set up go
55-
uses: actions/setup-go@v6.0.0
55+
uses: actions/setup-go@v6.1.0
5656
with:
5757
go-version: ${{ matrix.go-version }}
5858

0 commit comments

Comments
 (0)