Skip to content

Commit 1b33a40

Browse files
authored
Merge branch 'master' into dependabot/docker/build/docker/go-tools/obalunenko/go-tools-v1.6.5
2 parents 39b3fc5 + 28fed8f commit 1b33a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
4444

4545
- name: Set up go
46-
uses: actions/setup-go@v5.1.0
46+
uses: actions/setup-go@v5.2.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@v5.1.0
55+
uses: actions/setup-go@v5.2.0
5656
with:
5757
go-version: ${{ matrix.go-version }}
5858

0 commit comments

Comments
 (0)