Skip to content

Commit

Permalink
Change the golang version to a string.
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Jan 26, 2024
1 parent f7697df commit 21dd370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ginkgo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"
- uses: actions/checkout@v3
name: checkout project
- name: run ginkgo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

0 comments on commit 21dd370

Please sign in to comment.