Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
celestix committed Jan 15, 2025
1 parent 0374d32 commit 9d764c6
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 @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23.3

- name: Get Go environment
id: go-env
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23.3

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 9d764c6

Please sign in to comment.