Skip to content

Commit

Permalink
Merge pull request #196 from catatsuy/refactor-go-workflow-remove-matrix
Browse files Browse the repository at this point in the history
Update Go version to 1.24.0 in GitHub Actions workflow configuration.
  • Loading branch information
catatsuy authored Mar 2, 2025
2 parents a4389fe + 5c76bbd commit 41f63a0
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 41f63a0

Please sign in to comment.