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

Commit

Permalink
Upgrade all go versions to latest 1.19.4 and 1.18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Dec 7, 2022
1 parent 0fbf8a3 commit 90ecd84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.7, 1.19.2]
go-version: [1.18.9, 1.19.4]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [1.18.7, 1.19.2]
go-version: [1.18.9, 1.19.4]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.18.7
go-version: 1.19.4
- name: Build image Phlare
run: make docker-image/phlare/build "BUILDX_ARGS=--cache-from=type=gha --cache-to=type=gha"

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.18.7
go-version: 1.19.4
- name: Login to GCR
uses: docker/login-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
- go@1.19.3
- go@1.19.4
- node@16.14.2
- python@3.10.3
lint:
Expand All @@ -23,7 +23,7 @@ lint:
- flake8@5.0.4
- git-diff-check
- gitleaks@8.15.0
- gofmt@1.19.3
- gofmt@1.19.4
- golangci-lint@1.50.1
- goreleaser-check@1.12.3
- hadolint@2.10.0
Expand Down
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY grafana/flamegraph/src/ flamegraph/src/
RUN cd phlare-datasource && yarn build
RUN cd flamegraph && yarn build

FROM golang:1.19.2-alpine as go-builder
FROM golang:1.19.4-alpine as go-builder

WORKDIR /build
COPY grafana/phlare-datasource/go.mod grafana/phlare-datasource/go.sum grafana/phlare-datasource/Magefile.go grafana/phlare-datasource/
Expand Down

0 comments on commit 90ecd84

Please sign in to comment.