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 a0d1b2d commit 06ad77fCopy full SHA for 06ad77f
.github/workflows/ci.yml
@@ -2,16 +2,12 @@ on: [push, pull_request]
2
name: Test
3
jobs:
4
test:
5
- strategy:
6
- matrix:
7
- go-version: [1.15.x]
8
- platform: [ubuntu-18.04]
9
- runs-on: ${{ matrix.platform }}
+ runs-on: ubuntu-18.04
10
steps:
11
- name: Install Go
12
uses: actions/setup-go@v2
13
with:
14
- go-version: ${{ matrix.go-version }}
+ go-version: 1.23.x
15
- uses: actions/checkout@v2
16
17
path: './src/github.com/kevinburke/tss'
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/kevinburke/tss
+
+go 1.20
0 commit comments