Skip to content

Commit

Permalink
use __THIS_REPO__/go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
  • Loading branch information
ramonpetgrave64 committed Jan 18, 2024
1 parent e8befa2 commit 8c346b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
go-version-file: "__THIS_REPO__/go.mod"

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-submit.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
go-version-file: "__THIS_REPO__/go.mod"

- name: Save event name
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-submit.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@v5.0.0
with:
go-version-file: "go.mod"
go-version-file: "__THIS_REPO__/go.mod"
- uses: golangci/golangci-lint-action@v3
name: golangci-lint
with:
Expand Down

0 comments on commit 8c346b8

Please sign in to comment.