We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8307d14 commit 87d621fCopy full SHA for 87d621f
2 files changed
.github/workflows/go-release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Go
13
uses: actions/setup-go@v3
14
with:
15
- go-version: '^1.18'
+ go-version: '^1.19'
16
17
- name: Check out code into the Go module directory
18
uses: actions/checkout@v3
.github/workflows/go.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Cache go module
0 commit comments