We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4693288 commit e629eabCopy full SHA for e629eab
.github/workflows/go.yml
@@ -29,7 +29,7 @@ jobs:
29
goreleaser-dryrun:
30
strategy:
31
matrix:
32
- golang: [1.18.x]
+ golang: [1.19.x]
33
runs-on: ubuntu-latest
34
steps:
35
- name: Checkout
@@ -71,7 +71,7 @@ jobs:
71
runs-on: windows-latest
72
73
74
75
76
- uses: actions/checkout@v3.0.2
77
- name: Install Go
@@ -86,7 +86,7 @@ jobs:
86
runs-on: macos-latest
87
88
89
90
env:
91
OS: macos-latest
92
GOLANG: ${{ matrix.golang }}
@@ -125,8 +125,7 @@ jobs:
125
126
127
golang:
128
- - 1.17.x
129
- - 1.18.x
+ - 1.19.x
130
131
OS: ubuntu-latest
132
go.sum
0 commit comments