Skip to content

Commit 4139b71

Browse files
authored
Freeze go version to 1.19.9
1 parent 29ef7b9 commit 4139b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Get latest go version
1616
id: version
1717
run: |
18-
echo ::set-output name=go_version::$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g')
18+
echo ::set-output name=go_version::1.19.9
1919
- name: Setup Go
2020
uses: actions/setup-go@v2
2121
with:
@@ -30,4 +30,4 @@ jobs:
3030
uses: actions/upload-artifact@v2
3131
with:
3232
name: geosite.db
33-
path: geosite.db
33+
path: geosite.db

0 commit comments

Comments
 (0)