mirror of
https://github.com/lwch/natpass
synced 2025-09-26 17:51:11 +08:00
go版本升级到1.20.11
This commit is contained in:
2
.github/workflows/build-builder-image.yml
vendored
2
.github/workflows/build-builder-image.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- cron: '30 0 * * *'
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.20.5"
|
||||
GO_VERSION: "1.20.11"
|
||||
|
||||
jobs:
|
||||
|
||||
|
@@ -224,4 +224,4 @@
|
||||
|
||||
## TODO
|
||||
|
||||
1. go版本升级到1.20.5
|
||||
1. go版本升级到1.20.11
|
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
VERSION=dev
|
||||
GO_VERSION=1.20.3
|
||||
GO_VERSION=1.20.11
|
||||
docker run -it --rm -e BUILD_VERSION=$VERSION \
|
||||
-e GOPROXY=https://goproxy.cn \
|
||||
-v `pwd`:/code -w /code lwch/natpass-builder:$GO_VERSION
|
Reference in New Issue
Block a user