Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 280a8fc

Browse files
Update github actions
1 parent 6ee8545 commit 280a8fc

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
PROMSCALE_LOGGING: false
1010
SKIP_PROMQL_BENCHMARKS: true
11-
golang-version: 1.19.4
11+
golang-version: 1.21.0
1212

1313
jobs:
1414
benchmark:

.github/workflows/go-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
default: ${{ github.ref }}
2525

2626
env:
27-
golang-version: 1.19.4
27+
golang-version: 1.21.0
2828

2929
jobs:
3030
pick_docker_image:

.github/workflows/go-releaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
branches: ['**']
1313

1414
env:
15-
golang-version: 1.19.4
16-
goreleaser-version: v1.13.1
15+
golang-version: 1.21.0
16+
goreleaser-version: v1.20.0
1717

1818
jobs:
1919
goreleaser:

.github/workflows/go-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: "6 0 * * *"
1212

1313
env:
14-
golang-version: 1.19.4
14+
golang-version: 1.21.0
1515

1616
jobs:
1717

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
branches: ['**']
1212

1313
env:
14-
golang-version: 1.19.4
15-
golangci-lint-version: v1.50.1
14+
golang-version: 1.21.0
15+
golangci-lint-version: v1.54.2
1616

1717
jobs:
1818
scripts:

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Checkout Source
1717
uses: actions/checkout@v3
1818
- name: Run Gosec Security Scanner
19-
uses: securego/gosec@v2.14.0
19+
uses: securego/gosec@v2.17.0
2020
with:
2121
args: -exclude-dir=pkg/promql -exclude-dir=pkg/prompb -exclude-dir=migration-tool ./...

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches: [master, main, force_test, release-*]
1212

1313
env:
14-
golang-version: 1.19.4
14+
golang-version: 1.21.0
1515

1616
jobs:
1717
run:

.github/workflows/mixin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'docs/mixin/**'
99

1010
env:
11-
golang-version: 1.19.4
11+
golang-version: 1.21.0
1212

1313
defaults:
1414
run:

0 commit comments

Comments
 (0)