Skip to content

Commit 33f39b4

Browse files
committed
ci: Bumping to go1.17 and app chart
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 344e247 commit 33f39b4

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Golang
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: "^1.16"
29+
go-version: "^1.17"
3030
- name: golangci-lint
3131
uses: golangci/golangci-lint-action@v2
3232
- name: Build
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup Golang
6161
uses: actions/setup-go@v2
6262
with:
63-
go-version: "^1.16"
63+
go-version: "^1.17"
6464
- name: Build
6565
run: |
6666
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"

.github/workflows/codeql-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Golang
3131
uses: actions/setup-go@v2
3232
with:
33-
go-version: "^1.16"
33+
go-version: "^1.17"
3434
- name: Build
3535
run: make build
3636
- name: CodeQL

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Golang
2424
uses: actions/setup-go@v2
2525
with:
26-
go-version: "^1.16"
26+
go-version: "^1.17"
2727
- name: Build
2828
run: make init
2929
- name: Assets

go.mod

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
module github.com/ViBiOh/goweb
22

3-
go 1.16
3+
go 1.17
44

55
require github.com/ViBiOh/httputils/v4 v4.20.1
6+
7+
require (
8+
github.com/beorn7/perks v1.0.1 // indirect
9+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
10+
github.com/golang/protobuf v1.5.2 // indirect
11+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
12+
github.com/prometheus/client_golang v1.11.0 // indirect
13+
github.com/prometheus/client_model v0.2.0 // indirect
14+
github.com/prometheus/common v0.26.0 // indirect
15+
github.com/prometheus/procfs v0.6.0 // indirect
16+
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
17+
google.golang.org/protobuf v1.26.0 // indirect
18+
)

infra/api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: app
11-
version: "0.0.74"
11+
version: "0.0.75"
1212
sourceRef:
1313
kind: HelmRepository
1414
name: vibioh

0 commit comments

Comments
 (0)