Skip to content

Commit

Permalink
[I-102] Fix golang version for tests (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed Aug 11, 2022
1 parent cdc3ce9 commit 20ebda6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: 1.18.0
id: go

- name: Checkout code
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: 1.18.0
id: go

- name: Checkout code
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: 1.18.0
id: go

- name: Checkout code
Expand Down

0 comments on commit 20ebda6

Please sign in to comment.