Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Aug 11, 2023
1 parent cb2557a commit 0f33471
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nging-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

osname=`uname -s`
arch=`uname -m`
version="5.1.1"
version="5.1.2"

if [ "$2" != "" ] && [ "$2" != "-" ]; then
version="$2"
Expand Down
4 changes: 2 additions & 2 deletions tool/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM crazymax/xgo:1.19.2
RUN curl https://dl.google.com/go/go1.20.6.linux-amd64.tar.gz -o go.linux-amd64.tar.gz
RUN curl https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz -o go.linux-amd64.tar.gz
RUN rm -rf /usr/local/go || true
RUN tar -zxvf go.linux-amd64.tar.gz -C /usr/local
RUN rm -rf ./go.linux-amd64.tar.gz

# docker build -t localhost/crazymax/xgo:1.20.6 .
# docker build -t localhost/crazymax/xgo:1.21.0 .
4 changes: 2 additions & 2 deletions tool/nging-builder/builder.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GoVersion : "1.20.6"
GoVersion : "1.21.0"
Executor : "nging"
NgingVersion : "5.1.2"
NgingLabel : "beta3"
NgingLabel : "stable"
Project : "github.com/admpub/nging"
VendorMiscDirs {
!linux : []
Expand Down
2 changes: 1 addition & 1 deletion tool/nging-installer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
var osName = runtime.GOOS
var archName = runtime.GOARCH
var operate = `install`
var version = `5.1.1`
var version = `5.1.2`
var saveDir = `nging`
var softwareURL = `https://img.nging.coscms.com/nging/v%s/`
var binName = "nging"
Expand Down

0 comments on commit 0f33471

Please sign in to comment.