Skip to content

Commit

Permalink
go version updated on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Nov 19, 2024
1 parent d92c6f8 commit c804184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: true
- name: Run golangci-lint
# run: |
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
go-version: 1.23.x
- name: Tidy go module
run: |
go mod tidy
Expand Down

0 comments on commit c804184

Please sign in to comment.