Skip to content

Commit 026f219

Browse files
committed
Upgrading pipeline to 1.19
1 parent 52b039e commit 026f219

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
env:
1717
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1818
MERGE_METHOD: squash
19-
MERGE_LABELS: automerge
19+
MERGE_LABELS: automerge

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Execute Benchmarks
1414
strategy:
1515
matrix:
16-
go-version: [1.18.x]
16+
go-version: [1.19.x]
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/setup-go@v3
@@ -41,4 +41,4 @@ jobs:
4141
alert-threshold: '200%'
4242
comment-on-alert: true
4343
fail-on-alert: true
44-
alert-comment-cc-users: '@benjivesterby'
44+
alert-comment-cc-users: '@benjivesterby'

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "Build"
99
strategy:
1010
matrix:
11-
go-version: [1.18.x]
11+
go-version: [1.19.x]
1212
platform: [ubuntu-latest, macos-latest, windows-latest]
1313
fail-fast: true
1414
runs-on: ${{ matrix.platform }}
@@ -27,7 +27,7 @@ jobs:
2727
needs: [build]
2828
strategy:
2929
matrix:
30-
go-version: [1.18.x]
30+
go-version: [1.19.x]
3131
platform: [ubuntu-latest, macos-latest, windows-latest]
3232
fail-fast: true
3333
runs-on: ${{ matrix.platform }}
@@ -61,4 +61,4 @@ jobs:
6161
prerelease: true
6262
title: "Development Build"
6363
files: |
64-
LICENSE
64+
LICENSE

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go-version: [1.18.x]
11+
go-version: [1.19.x]
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
@@ -20,4 +20,4 @@ jobs:
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v3
2222
with:
23-
skip-go-installation: true
23+
skip-go-installation: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Build & Unit Tests"
1111
strategy:
1212
matrix:
13-
go-version: [1.18.x]
13+
go-version: [1.19.x]
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
1515
fail-fast: true
1616
runs-on: ${{ matrix.platform }}
@@ -39,4 +39,4 @@ jobs:
3939
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4040
prerelease: false
4141
files: |
42-
LICENSE
42+
LICENSE

0 commit comments

Comments
 (0)