Skip to content

Commit

Permalink
bump go (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored May 16, 2024
1 parent 2c362c8 commit 60c656a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/namgo/GameWaveFans

go 1.21.4
go 1.22

toolchain go1.22.3

require (
github.com/go-audio/audio v1.0.0
Expand Down

0 comments on commit 60c656a

Please sign in to comment.