Skip to content

Commit

Permalink
Fix Go version variable type
Browse files Browse the repository at this point in the history
Use string instead of number (it converted `1.20` to `1.2`) to specify Go version

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
  • Loading branch information
ondrej-fabry committed Jun 21, 2023
1 parent 040acbb commit cb4030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- name: "Run Tests"
run: |
make test-integration

0 comments on commit cb4030c

Please sign in to comment.