Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Chore CI CodeQL Update go version to latest
Browse files Browse the repository at this point in the history
- [+] chore(codeql.yml): update Go version to 1.21.5 in setup-go action
  • Loading branch information
H0llyW00dzZ committed Dec 6, 2023
1 parent 49a9b66 commit 1449719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
- name: Install JavaScript/TypeScript dependencies
if: ${{ matrix.language == 'javascript' && matrix.fileExists }}
run: npm ci

# note: ignore that warning in `setup up go` because this repo are using standard go module, so go.sum not really needed lol
- name: Set up Go
if: ${{ matrix.language == 'go' }}
uses: actions/setup-go@v4
with:
go-version: '1.21.3'
go-version: '1.21.5'
env:
NODE_VERSION: 18

Expand Down

0 comments on commit 1449719

Please sign in to comment.