Skip to content

Commit d5ced3b

Browse files
committed
fix workflows
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 5cb80fd commit d5ced3b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3232

33+
- name: Set up Go
34+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
35+
with:
36+
go-version: "1.21"
37+
3338
# Initializes the CodeQL tools for scanning.
3439
- name: Initialize CodeQL
3540
uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2828
with:
29-
go-version: "1.20"
29+
go-version: "1.21"
3030

3131
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3232

0 commit comments

Comments
 (0)