Skip to content

Commit f45a884

Browse files
authored
Merge pull request #123 from OWASP/renovate/github-actions
Update dependency go to 1.26
2 parents 76c4d0f + 571af3f commit f45a884

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/compile_golang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: '1.25'
24+
go-version: '1.26'
2525
- name: compile Golang binary for macOS
2626
run: |
2727
mkdir target
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Go
5757
uses: actions/setup-go@v6
5858
with:
59-
go-version: '1.25'
59+
go-version: '1.26'
6060
- name: Compile Golang binary for Linux(x64)
6161
run: |
6262
mkdir target
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up Go
8888
uses: actions/setup-go@v6
8989
with:
90-
go-version: '1.25'
90+
go-version: '1.26'
9191
- name: Compile Golang binary for Linux(ARM)
9292
run: |
9393
mkdir target
@@ -117,7 +117,7 @@ jobs:
117117
- name: Set up Go
118118
uses: actions/setup-go@v6
119119
with:
120-
go-version: '1.25'
120+
go-version: '1.26'
121121
- name: Compile Go binary for Windows
122122
run: |
123123
mkdir target

.github/workflows/security-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: matrix.language == 'go'
4141
uses: actions/setup-go@v6
4242
with:
43-
go-version: '1.25'
43+
go-version: '1.26'
4444

4545
- name: Setup .NET
4646
if: matrix.language == 'csharp'

0 commit comments

Comments
 (0)