Skip to content

Commit ce7b1a7

Browse files
acpanasozercan
andauthored
Update gatekeeper.yml to use go version 1.20 (#333)
* Update gatekeeper.yml to use go version 1.20 Signed-off-by: Alex Pana <[email protected]> * Update .github/workflows/gatekeeper.yml Signed-off-by: Alex Pana <[email protected]> --------- Signed-off-by: Alex Pana <[email protected]> Co-authored-by: Sertaç Özercan <[email protected]>
1 parent 27b3e29 commit ce7b1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gatekeeper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
timeout-minutes: 10
99
steps:
10-
- name: Set up Go 1.19
10+
- name: Set up Go 1.20
1111
uses: actions/setup-go@v4
1212
with:
13-
go-version: 1.19
13+
go-version: "1.20"
1414

1515
- name: Check out code into the Go module directory
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)