Skip to content

Commit fcf74d2

Browse files
committed
CI: Go 1.19
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 94a3118 commit fcf74d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
main:
1010
strategy:
1111
matrix:
12-
go-version: [1.18.x]
12+
go-version: [1.19.x]
1313
platform: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
release:
1111
strategy:
1212
matrix:
13-
go-version: [1.18.x]
14-
os: [ubuntu-20.04]
13+
go-version: [1.19.x]
14+
os: [ubuntu-22.04]
1515
runs-on: ${{ matrix.os }}
1616
timeout-minutes: 20
1717
steps:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lima-vm/sshocker
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/hashicorp/go-multierror v1.1.1

0 commit comments

Comments
 (0)