We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a3118 commit fcf74d2Copy full SHA for fcf74d2
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
main:
10
strategy:
11
matrix:
12
- go-version: [1.18.x]
+ go-version: [1.19.x]
13
platform: [ubuntu-latest, macos-latest]
14
runs-on: ${{ matrix.platform }}
15
steps:
.github/workflows/release.yml
@@ -10,8 +10,8 @@ jobs:
release:
- os: [ubuntu-20.04]
+ os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
16
timeout-minutes: 20
17
go.mod
@@ -1,6 +1,6 @@
1
module github.com/lima-vm/sshocker
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/hashicorp/go-multierror v1.1.1
0 commit comments