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 8bf378b commit 5408f82Copy full SHA for 5408f82
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- go: [ '1.18' ]
+ go: [ '1.23' ]
15
name: Build ${{ matrix.go }}
16
steps:
17
- uses: aws-actions/configure-aws-credentials@v1-node16
go.mod
@@ -1,6 +1,6 @@
1
module github.com/signalsciences/sigsci-module-golang
2
3
-go 1.21
+go 1.23
4
5
require (
6
github.com/signalsciences/tlstext v1.2.0
0 commit comments