Skip to content

Commit b9bcaa3

Browse files
committed
building against 2.11.8 for now
1 parent 42a470b commit b9bcaa3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/branch-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
1616
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
1717
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
18-
GODEBUG: tlssha1=1
18+
GODEBUG: x509sha1=1
1919
steps:
2020
- name: Setup JDK
2121
uses: actions/setup-java@v4
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup GO
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: stable
28+
go-version: '1.21.4'
2929
- name: Install Nats Server
3030
run: |
3131
pkill -9 nats-server 2>/dev/null || true

.github/workflows/build-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
1818
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
1919
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
20-
GODEBUG: tlssha1=1
20+
GODEBUG: x509sha1=1
2121
steps:
2222
- name: Setup JDK
2323
uses: actions/setup-java@v4
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup GO
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: stable
30+
go-version: '1.21.4'
3131
- name: Install Nats Server
3232
run: |
3333
pkill -9 nats-server 2>/dev/null || true

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
1616
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
1717
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
18-
GODEBUG: tlssha1=1
18+
GODEBUG: x509sha1=1
1919
steps:
2020
- name: Setup JDK
2121
uses: actions/setup-java@v4
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup GO
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: stable
28+
go-version: '1.21.4'
2929
- name: Install Nats Server
3030
run: |
3131
pkill -9 nats-server 2>/dev/null || true

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
1717
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
1818
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
19-
GODEBUG: tlssha1=1
19+
GODEBUG: x509sha1=1
2020
steps:
2121
- name: Setup JDK
2222
uses: actions/setup-java@v4
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup GO
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: stable
29+
go-version: '1.21.4'
3030
- name: Install Nats Server
3131
run: |
3232
pkill -9 nats-server 2>/dev/null || true

0 commit comments

Comments
 (0)