Skip to content

Commit 660cdf9

Browse files
committed
Undo the version bumpb
1 parent b90afac commit 660cdf9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go: [ '1.23' ]
14+
go: [ '1.18' ]
1515
name: Build ${{ matrix.go }}
1616
steps:
1717
- uses: aws-actions/configure-aws-credentials@v1-node16

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Golang Module Release Notes
22

33
## 1.14.1 2025-03-17
4-
* Upgrade to Go 1.23
54
* Run `scripts/build.sh` in a Docker image (in `make build`) so that it works on MacOS.
65

76
## 1.14.0 2024-11-18

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalsciences/sigsci-module-golang
22

3-
go 1.23
3+
go 1.21
44

55
require (
66
github.com/signalsciences/tlstext v1.2.0

0 commit comments

Comments
 (0)