Skip to content

Commit

Permalink
ci go 1.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Mar 3, 2021
1 parent 08ac66e commit ccc4010
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.15.x'
go-version: '1.16.x'
- name: Bootstrap Bali
run: ${{ matrix.bootstrap_script }}
- name: Upload release
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Project file `bali.toml`:
```toml
# https://toml.io/en/
name = "bali"
version = "1.2.3"
version = "1.2.4"
dirs = [
"cmd/bali", # dirs
]
Expand Down Expand Up @@ -173,7 +173,7 @@ Program build file `balisrc.toml`:
name = "bali"
description = "Bali - Minimalist Golang build and packaging tool"
destination = "bin"
version = "1.2.3"
version = "1.2.4"
versioninfo = "res/versioninfo.json"
icon = "res/bali.ico"
manifest = "res/bali.manifest"
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Bali 同时支持 TOML 或者 JSON 格式的项目文件,JSON 使用内置解
```toml
# https://toml.io/en/
name = "bali"
version = "1.2.3"
version = "1.2.4"
dirs = [
"cmd/bali", # dirs
]
Expand Down Expand Up @@ -155,7 +155,7 @@ norename = true
name = "bali"
description = "Bali - Minimalist Golang build and packaging tool"
destination = "bin"
version = "1.2.3"
version = "1.2.4"
versioninfo = "res/versioninfo.json"
icon = "res/bali.ico"
manifest = "res/bali.manifest"
Expand Down
2 changes: 1 addition & 1 deletion bali.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bali",
"version": "1.2.3",
"version": "1.2.4",
"files": [
{
"path": "LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion bali.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://toml.io/en/
name = "bali"
version = "1.2.3"
version = "1.2.4"
dirs = [
"cmd/bali", # dirs
]
Expand Down
2 changes: 1 addition & 1 deletion cmd/bali/balisrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bali",
"description": "Bali - Minimalist Golang build and packaging tool",
"destination": "bin",
"version": "1.2.3",
"version": "1.2.4",
"links": [
"bin/baligo"
],
Expand Down
2 changes: 1 addition & 1 deletion cmd/bali/balisrc.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "bali"
description = "Bali - Minimalist Golang build and packaging tool"
destination = "bin"
version = "1.2.3"
version = "1.2.4"
versioninfo = "res/versioninfo.json"
icon = "res/bali.ico"
manifest = "res/bali.manifest"
Expand Down
4 changes: 1 addition & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdf
github.com/fcharlie/buna v0.4.1 h1:2Mz+m480Z0+dmzI8KH61b0jFbVvA3jxjebQ+RsVdeMw=
github.com/fcharlie/buna v0.4.1/go.mod h1:LNB1H8Jyz9zMgUfk/FxNiOjq9UoC/iUTruPLJYotAgg=
github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
github.com/klauspost/compress v1.11.8 h1:difgzQsp5mdAz9v8lm3P/I+EpDKMU/6uTMw1y1FObuo=
github.com/klauspost/compress v1.11.8/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
github.com/klauspost/compress v1.11.9 h1:5OCMOdde1TCT2sookEuVeEZzA8bmRSFV3AwPDZAG8AA=
github.com/klauspost/compress v1.11.9/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek=
github.com/pelletier/go-toml v1.8.1 h1:1Nf83orprkJyknT6h7zbuEGUEjcyVlCxSUGTENmNCRM=
github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc=
github.com/ulikunitz/xz v0.5.6 h1:jGHAfXawEGZQ3blwU5wnWKQJvAraT7Ftq9EXjnXYgt8=
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=

0 comments on commit ccc4010

Please sign in to comment.