Skip to content

Commit

Permalink
Remove redundant Go version specification from GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
YidiDev committed Sep 1, 2024
1 parent c066370 commit 84b3a24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Set up Go
uses: actions/checkout@v2
with:
go-version: '^1.23.0'

- name: Cache Go Modules
id: cache-modules
Expand Down

0 comments on commit 84b3a24

Please sign in to comment.