Skip to content

Commit

Permalink
Updated go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranpreet26311 committed Aug 23, 2024
1 parent c1b371c commit f5b83b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@v4
with:
go-version: '1.22.3'
go-version: '1.23.0'
id: go

- name: Golangci-lint
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: '1.22.3'
go-version: '1.23.0'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit f5b83b5

Please sign in to comment.