Skip to content

Commit 36e6a88

Browse files
committed
building against 2.11.8 for now
1 parent b49121e commit 36e6a88

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/branch-snapshot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
git clone https://github.com/nats-io/nats-server.git
3535
cd nats-server
3636
git checkout tags/v2.11.8 -b release
37-
go get
38-
go build main.go -o ~/.local/bin/nats-server
37+
go build -o ~/.local/bin/nats-server
3938
nats-server -v
4039
- name: Check out code
4140
uses: actions/checkout@v4

.github/workflows/build-main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
git clone https://github.com/nats-io/nats-server.git
3737
cd nats-server
3838
git checkout tags/v2.11.8 -b release
39-
go get
40-
go build main.go -o ~/.local/bin/nats-server
39+
go build -o ~/.local/bin/nats-server
4140
nats-server -v
4241
- name: Check out code
4342
uses: actions/checkout@v4

.github/workflows/build-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
git clone https://github.com/nats-io/nats-server.git
3535
cd nats-server
3636
git checkout tags/v2.11.8 -b release
37-
go get
38-
go build main.go -o ~/.local/bin/nats-server
37+
go build -o ~/.local/bin/nats-server
3938
nats-server -v
4039
- name: Check out code
4140
uses: actions/checkout@v4

.github/workflows/build-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
git clone https://github.com/nats-io/nats-server.git
3636
cd nats-server
3737
git checkout tags/v2.11.8 -b release
38-
go get
39-
go build main.go -o ~/.local/bin/nats-server
38+
go build -o ~/.local/bin/nats-server
4039
nats-server -v
4140
- name: Check out code
4241
uses: actions/checkout@v4

0 commit comments

Comments
 (0)