We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc54c2 + a54ba30 commit 151a813Copy full SHA for 151a813
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
main:
10
strategy:
11
matrix:
12
- go-version: [1.19.x]
+ go-version: [1.20.x]
13
platform: [ubuntu-latest, macos-latest]
14
runs-on: ${{ matrix.platform }}
15
steps:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
release:
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
16
timeout-minutes: 20
0 commit comments