Skip to content

Commit

Permalink
Merge pull request #2908 from KohlsTechnology/bump-all-actions-to-go18
Browse files Browse the repository at this point in the history
Update All GitHub Actions to use Go 1.18
  • Loading branch information
k8s-ci-robot authored Aug 8, 2022
2 parents e2b86a1 + 9a0e0b8 commit 2978597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install go version
uses: actions/setup-go@v3
with:
go-version: '^1.16'
go-version: '^1.18'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: ^1.17
go-version: ^1.18

- run: |
pip install -r docs/scripts/requirements.txt
Expand Down

0 comments on commit 2978597

Please sign in to comment.