Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 90ecd84

Browse files
committed
Upgrade all go versions to latest 1.19.4 and 1.18.9
1 parent 0fbf8a3 commit 90ecd84

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go-version: [1.18.7, 1.19.2]
13+
go-version: [1.18.9, 1.19.4]
1414
os: [ubuntu-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
@@ -51,7 +51,7 @@ jobs:
5151
lint:
5252
strategy:
5353
matrix:
54-
go-version: [1.18.7, 1.19.2]
54+
go-version: [1.18.9, 1.19.4]
5555
os: [ubuntu-latest]
5656
runs-on: ${{ matrix.os }}
5757
steps:
@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up go
110110
uses: actions/setup-go@v2
111111
with:
112-
go-version: 1.18.7
112+
go-version: 1.19.4
113113
- name: Build image Phlare
114114
run: make docker-image/phlare/build "BUILDX_ARGS=--cache-from=type=gha --cache-to=type=gha"
115115

@@ -141,7 +141,7 @@ jobs:
141141
- name: Set up go
142142
uses: actions/setup-go@v2
143143
with:
144-
go-version: 1.18.7
144+
go-version: 1.19.4
145145
- name: Login to GCR
146146
uses: docker/login-action@v2
147147
with:

.trunk/trunk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99
uri: https://github.com/trunk-io/plugins
1010
runtimes:
1111
enabled:
12-
12+
1313
1414
1515
lint:
@@ -23,7 +23,7 @@ lint:
2323
2424
- git-diff-check
2525
26-
26+
2727
2828
2929

grafana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY grafana/flamegraph/src/ flamegraph/src/
1616
RUN cd phlare-datasource && yarn build
1717
RUN cd flamegraph && yarn build
1818

19-
FROM golang:1.19.2-alpine as go-builder
19+
FROM golang:1.19.4-alpine as go-builder
2020

2121
WORKDIR /build
2222
COPY grafana/phlare-datasource/go.mod grafana/phlare-datasource/go.sum grafana/phlare-datasource/Magefile.go grafana/phlare-datasource/

0 commit comments

Comments
 (0)