Neil Twigg
d08eeee94d
Use Go 1.21 for nightlies, Dockerfile, code coverage, bump go.mod version to Go 1.20
...
Signed-off-by: Neil Twigg <neil@nats.io >
2023-08-31 09:02:20 +01:00
Sylvain Rabot
64b2f5b364
Add Go 1.20 to Travis
...
- Use golang-ci in go test workflow
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
Signed-off-by: Waldemar Quevedo <wally@nats.io >
2023-08-07 17:12:20 -07:00
Waldemar Quevedo
74d9c51533
Update nsc go install to use go modules
2022-12-14 17:11:14 -08:00
Ivan Kozlovic
3c9a7cc6e5
Move to Go 1.19, remote io/util, fix data race and a flapper
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2022-08-05 09:55:37 -06:00
Ivan Kozlovic
f397e15896
Replace "go get" with "go install"
...
[ci skip]
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2022-07-29 17:23:58 -06:00
Ivan Kozlovic
ab1b86ef96
Update nightly to Go 1.18
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2022-07-29 17:15:12 -06:00
Ivan Kozlovic
5d6e96067d
Fix nightly to have proper git commit and move to Go 1.17
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2022-01-26 14:58:11 -07:00
Yaxiong Zhao
b0cecaf666
Remove '-s' flag from ldflags from the build
...
This retains the symbols (but still removes the dwarf info).
This increases the executable size by ~8% (test on my laptop):
$ go build -ldflags '-w' -o nats-server
-rwxrwxr-x 1 yzhao yzhao 11911273 Jul 28 15:52 nats-server
$ go build -ldflags '-s -w' -o nats-server
-rwxrwxr-x 1 yzhao yzhao 11128832 Jul 28 15:52 nats-server
Symbols are very useful during debugging. It would be great that if the
NATS team consider including symbols.
2021-07-28 15:56:58 -07:00
Waldemar Quevedo
e2287c6ce0
Delete Dockerfile.alpine
2021-03-14 16:53:26 -07:00
R.I.Pienaar
162fd77161
upgrade nightlies to go 1.16
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2021-02-28 20:03:10 +01:00
R.I.Pienaar
693f9959a2
add version strings to the nightly builds of nats cli
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2021-02-24 20:12:47 +01:00
R.I.Pienaar
b852a9ba84
use go 1.15 for nightly builds
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2021-01-07 13:54:50 +01:00
R.I.Pienaar
52bae6539f
use new nats code location
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2020-12-11 11:23:47 +01:00
R.I.Pienaar
b289f9a339
use the natscli repo instead of jetstream
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2020-12-04 15:23:12 +01:00
R.I.Pienaar
aafd5b9d66
include nsc nightly binaries
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2020-10-22 13:00:24 +02:00
Waldemar Quevedo
1bc03cd95e
Revert "Update nightly image server binary path"
2020-10-09 16:54:59 -07:00
Jaime Piña
9f94cb5fb7
Update nightly image server binary path
...
Currently, the NATS operator doesn't work with the nightly NATS Server images because binary is in a different location. This symlinks the binary to a few different known paths.
2020-10-09 14:44:07 -07:00
R.I.Pienaar
8f917f1068
add nightly docker build workflows
...
Signed-off-by: R.I.Pienaar <rip@devco.net >
2020-06-04 12:57:35 +02:00
Ivan Kozlovic
b329215af3
Release v2.1.7
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2020-05-13 19:40:49 -06:00
Ivan Kozlovic
a19dcbee2d
Release v2.1.6
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2020-03-31 10:29:06 -06:00
Ivan Kozlovic
2e2f94edea
Release 2.1.4
...
Signed-off-by: Ivan Kozlovic <ivan@synadia.com >
2020-01-29 16:35:59 -07:00
Derek Collison
e7ac8dd553
Update to 3.10 and go 1.12
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-12-13 16:52:38 -08:00
Waldemar Quevedo
21d6875b6e
Add symlink to gnatsd on alpine image
...
Signed-off-by: Waldemar Quevedo <wally@synadia.com >
2019-05-13 12:44:19 -07:00
Waldemar Quevedo
616b840cac
Fixes to alpine Dockerfile
...
Signed-off-by: Waldemar Quevedo <wally@synadia.com >
2019-05-13 12:29:47 -05:00
Derek Collison
acfe372d63
Changes for rename from gnatsd -> nats-server
...
Signed-off-by: Derek Collison <derek@nats.io >
2019-05-06 15:04:24 -07:00
Waldemar Quevedo
0c65fe7279
Add Alpine based Dockerfile
...
To build it:
```
docker build -f docker/Dockerfile.alpine -t <image:tag> .
```
Signed-off-by: Waldemar Quevedo <wally@synadia.com >
2018-12-21 12:20:16 -08:00
Derek Collison
5bea74c2ed
Rename and move some things around
2016-04-21 09:33:26 -07:00
Derek Collison
819355cd37
use nats-docker
2015-08-23 14:51:56 -07:00
Derek Collison
461d2a20e0
Docker updates
2015-08-07 15:21:51 -07:00
Derek Collison
5a2898e4f3
Fix for CGO and 1.4
2015-06-16 16:38:08 -07:00
Derek Collison
d9c7392c4d
race fixes, tests
2015-06-16 12:48:50 -07:00
Derek Collison
e4db17df3b
linux dev environment
2015-06-15 21:02:09 -07:00
Derek Collison
c0941c99a8
Docker support for generating single executable image
2014-07-23 17:39:59 -07:00