Skip to content

Commit 3e0b427

Browse files
authored
Merge pull request #2946 from DNSCrypt/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents e08c11f + d8b4f1c commit 3e0b427

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
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 2
1919

2020
- name: Setup Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version-file: 'go.mod'
2424

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v5
3939

4040
- name: Set up Go
41-
uses: actions/setup-go@v5
41+
uses: actions/setup-go@v6
4242
with:
4343
go-version: 1
4444
check-latest: true

0 commit comments

Comments
 (0)