Skip to content

Commit

Permalink
update go version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Jan 14, 2025
1 parent 4214244 commit e76877e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.23.0'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
go_version: '1.21.1'
go_version: '1.23.0'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e76877e

Please sign in to comment.