Skip to content

Commit

Permalink
Update dependency go to v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and silkeh committed Feb 18, 2024
1 parent d676eb2 commit 1713c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache: false
# Install libgit2-dev 1.5 for git2go
- run: sudo apt-get install -qqy wget
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/getsolus/solbuild

go 1.21.6
go 1.22.0

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit 1713c94

Please sign in to comment.