Skip to content

Commit

Permalink
Update Go version to 1.24.0 in GitHub Actions workflow configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Mar 2, 2025
1 parent a4389fe commit 5c76bbd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@ name: Go
on: [push]
jobs:
test:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.24.x"]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
go-version: 1.24.0

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 5c76bbd

Please sign in to comment.