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

Commit a46f0e6

Browse files
authored
Update go versions used to 1.19.6 (#533)
1 parent 404cec3 commit a46f0e6

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.19.4]
13+
go-version: [1.19.6]
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.19.4]
54+
go-version: [1.19.6]
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.19.4
112+
go-version: 1.19.6
113113
- name: Build image Phlare
114114
run: make docker-image/phlare/build "BUILDX_ARGS=--cache-from=type=gha --cache-to=type=gha"
115115

@@ -127,7 +127,7 @@ jobs:
127127
- name: Set up go
128128
uses: actions/setup-go@v2
129129
with:
130-
go-version: 1.19.4
130+
go-version: 1.19.6
131131
- name: Login to GCR
132132
uses: docker/login-action@v2
133133
with:

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project_name: phlare
22
before:
33
hooks:
44
# This hook ensures that goreleaser uses the correct go version for a Phlare release
5-
- sh -euc "go version | grep "go version go1.19.4 " || { echo "Unexpected go version"; exit 1; }"
5+
- sh -euc "go version | grep "go version go1.19.6 " || { echo "Unexpected go version"; exit 1; }"
66
builds:
77
- env:
88
- CGO_ENABLED=0

.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

0 commit comments

Comments
 (0)