File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
name : Release
11
11
strategy :
12
12
matrix :
13
- go-version : [1.19]
13
+ # Quotes are required: https://github.com/actions/setup-go/issues/326#issuecomment-1415719692
14
+ go-version : ['1.20']
14
15
os : [ubuntu-latest]
15
16
runs-on : ${{ matrix.os }}
16
17
env :
Original file line number Diff line number Diff line change 12
12
name : Compile & Test
13
13
strategy :
14
14
matrix :
15
- go-version : [1.19]
15
+ # Quotes are required: https://github.com/actions/setup-go/issues/326#issuecomment-1415719692
16
+ go-version : ['1.20']
16
17
os : [ubuntu-latest]
17
18
runs-on : ${{ matrix.os }}
18
19
env :
Original file line number Diff line number Diff line change 1
1
module github.com/snowplow/snowbridge
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
cloud.google.com/go v0.110.0 // indirect
You can’t perform that action at this time.
0 commit comments