We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75833a commit 6d204bcCopy full SHA for 6d204bc
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
strategy:
16
matrix:
17
- go-version: ['1.19', 'stable']
+ go-version: ['1.20', 'stable']
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v3
0 commit comments