We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90afac commit 660cdf9Copy full SHA for 660cdf9
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- go: [ '1.23' ]
+ go: [ '1.18' ]
15
name: Build ${{ matrix.go }}
16
steps:
17
- uses: aws-actions/configure-aws-credentials@v1-node16
CHANGELOG.md
@@ -1,7 +1,6 @@
1
# Golang Module Release Notes
2
3
## 1.14.1 2025-03-17
4
-* Upgrade to Go 1.23
5
* Run `scripts/build.sh` in a Docker image (in `make build`) so that it works on MacOS.
6
7
## 1.14.0 2024-11-18
go.mod
@@ -1,6 +1,6 @@
module github.com/signalsciences/sigsci-module-golang
-go 1.23
+go 1.21
require (
github.com/signalsciences/tlstext v1.2.0
0 commit comments