Skip to content

Commit 5408f82

Browse files
committed
Upgrade to Go 1.23
1 parent 8bf378b commit 5408f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.18' ]
14+
go: [ '1.23' ]
1515
name: Build ${{ matrix.go }}
1616
steps:
1717
- uses: aws-actions/configure-aws-credentials@v1-node16

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.21
3+
go 1.23
44

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

0 commit comments

Comments
 (0)