Skip to content

Commit 5f43e1e

Browse files
committed
Bump to go 1.20 (closes #268)
1 parent 60879ba commit 5f43e1e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
name: Release
1111
strategy:
1212
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']
1415
os: [ubuntu-latest]
1516
runs-on: ${{ matrix.os }}
1617
env:

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
name: Compile & Test
1313
strategy:
1414
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']
1617
os: [ubuntu-latest]
1718
runs-on: ${{ matrix.os }}
1819
env:

go.mod

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

3-
go 1.19
3+
go 1.20
44

55
require (
66
cloud.google.com/go v0.110.0 // indirect

0 commit comments

Comments
 (0)