Skip to content

Commit

Permalink
workflows: staticcheck defaulted to a Go version we can't use
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie committed Feb 21, 2024
1 parent 83568bf commit 0a1fc73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/staticcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: dominikh/[email protected]
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- uses: dominikh/[email protected]
with:
install-go: false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# valkyrie
[![Go Reference](https://pkg.go.dev/badge/github.com/R-a-dio/valkyrie.svg)](https://pkg.go.dev/github.com/R-a-dio/valkyrie)
![Test](https://github.com/github/docs/actions/workflows/test.yml/badge.svg)
![Staticcheck](https://github.com/github/docs/actions/workflows/staticcheck.yml/badge.svg)
![Test](https://github.com/github/R-a-dio/valkyrie/actions/workflows/test.yml/badge.svg)
![Staticcheck](https://github.com/R-a-dio/valkyrie/actions/workflows/staticcheck.yml/badge.svg)

Repository of rebirth

Expand Down

0 comments on commit 0a1fc73

Please sign in to comment.