diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 746628a..0b1ed72 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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 diff --git a/go.mod b/go.mod index 1495684..d9adcfd 100644 --- a/go.mod +++ b/go.mod @@ -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