Skip to content

Commit e355319

Browse files
authored
Merge pull request #693 from replicatedhq/xav/go-1.19
Update to go 1.19
2 parents a4f57ec + e5a7409 commit e355319

File tree

3 files changed

+7
-128
lines changed

3 files changed

+7
-128
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v1
2020
with:
21-
go-version: "1.17"
21+
go-version: "1.19"
2222

2323
- name: setup env
2424
run: |
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/setup-go@v1
3737
with:
38-
go-version: '1.17'
38+
go-version: '1.19'
3939
- name: setup env
4040
run: |
4141
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- uses: actions/setup-go@v1
113113
with:
114-
go-version: '1.17'
114+
go-version: '1.19'
115115
- name: setup env
116116
run: |
117117
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- uses: actions/setup-go@v1
150150
with:
151-
go-version: '1.17'
151+
go-version: '1.19'
152152
- name: setup env
153153
run: |
154154
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
@@ -173,7 +173,7 @@ jobs:
173173

174174
- uses: actions/setup-go@v1
175175
with:
176-
go-version: "1.17"
176+
go-version: "1.19"
177177

178178
- name: Run GoReleaser
179179
uses: goreleaser/goreleaser-action@v2
@@ -202,7 +202,7 @@ jobs:
202202

203203
- uses: actions/setup-go@v1
204204
with:
205-
go-version: "1.17"
205+
go-version: "1.19"
206206

207207
- uses: sigstore/cosign-installer@main
208208
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/replicatedhq/troubleshoot
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412

0 commit comments

Comments
 (0)