Skip to content

Commit

Permalink
Merge pull request #47 from kubescape/update-go-setup
Browse files Browse the repository at this point in the history
update go-setup
  • Loading branch information
dwertent committed Jul 30, 2023
2 parents 94b5823 + 72d8e17 commit aa979f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go-basic-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
name: Setup Go
with:
go-version: ${{ inputs.GO_VERSION }}
go-version: '${{ inputs.GO_VERSION }}'

- name: Test race conditions
if: ${{ env.CGO_ENABLED == 1 }}
Expand Down Expand Up @@ -124,10 +124,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
name: Setup Go
with:
go-version: ${{ inputs.GO_VERSION }}
go-version: '${{ inputs.GO_VERSION }}'

- name: Scanning - Forbidden Licenses (go-licenses)
id: licenses-scan
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/incluster-comp-pr-merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
fetch-depth: 0
# submodules: recursive

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
name: Installing go
with:
go-version: ${{ inputs.GO_VERSION }}
go-version: '${{ inputs.GO_VERSION }}'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit aa979f7

Please sign in to comment.