Skip to content

Commit

Permalink
update workflow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Aug 22, 2024
1 parent a94e2e7 commit 4fc52cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.21.3"
GO_VERSION: "1.22.5"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '**.go'

env:
GO_VERSION: '1.21.3'
GO_VERSION: '1.22.5'

permissions:
contents: read
Expand All @@ -31,7 +31,7 @@ jobs:
go-version: ${{env.GO_VERSION}}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout 10m

0 comments on commit 4fc52cf

Please sign in to comment.