Skip to content

Commit

Permalink
fix: update codeql-analysis for go 1.21 (anchore#2108)
Browse files Browse the repository at this point in the history
* fix: update codeql-analysis for go 1.21

Signed-off-by: Christopher Phillips <[email protected]>

* nit: remove comment

Signed-off-by: Christopher Phillips <[email protected]>

---------

Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs authored Sep 7, 2023
1 parent 8c198e7 commit d4f7cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/anchore/syft

go 1.21

toolchain go1.21.0
go 1.21.0

require (
github.com/CycloneDX/cyclonedx-go v0.7.1
Expand Down

0 comments on commit d4f7cd5

Please sign in to comment.