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

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2023
1 parent 6ee8545 commit d8c2f3d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
PROMSCALE_LOGGING: false
SKIP_PROMQL_BENCHMARKS: true
golang-version: 1.19.4
golang-version: 1.21.3

jobs:
benchmark:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
default: ${{ github.ref }}

env:
golang-version: 1.19.4
golang-version: 1.21.3

jobs:
pick_docker_image:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
branches: ['**']

env:
golang-version: 1.19.4
goreleaser-version: v1.13.1
golang-version: 1.21.3
goreleaser-version: v1.21.2

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- cron: "6 0 * * *"

env:
golang-version: 1.19.4
golang-version: 1.21.3

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
branches: ['**']

env:
golang-version: 1.19.4
golangci-lint-version: v1.50.1
golang-version: 1.21.3
golangci-lint-version: v1.54.2

jobs:
scripts:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.14.0
uses: securego/gosec@v2.18.1
with:
args: -exclude-dir=pkg/promql -exclude-dir=pkg/prompb -exclude-dir=migration-tool ./...
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches: [master, main, force_test, release-*]

env:
golang-version: 1.19.4
golang-version: 1.21.3

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'docs/mixin/**'

env:
golang-version: 1.19.4
golang-version: 1.21.3

defaults:
run:
Expand Down

0 comments on commit d8c2f3d

Please sign in to comment.