Skip to content

Commit e00a976

Browse files
committed
ci: fix to Go 1.18
1 parent 7fb085b commit e00a976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 2
7878
- uses: actions/setup-go@v2
7979
with:
80-
go-version: ^1.18
80+
go-version: '~1.18'
8181
- run: go list -json > go.list
8282
- name: Run nancy
8383
uses: sonatype-nexus-community/[email protected]
@@ -162,7 +162,7 @@ jobs:
162162
- name: Setup Go
163163
uses: actions/setup-go@v2
164164
with:
165-
go-version: '^1.18'
165+
go-version: '~1.18'
166166
- name: Install selfservice-ui-react-native
167167
uses: actions/checkout@v2
168168
with:

0 commit comments

Comments
 (0)