Skip to content

Commit

Permalink
chore: update to go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 26, 2024
1 parent 48137b4 commit c7cb30f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -20,7 +20,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21]
go-version: [1.22]
platform: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linters-settings:
goconst:
min-len: 2
min-occurrences: 3
# since upgrading to v1.21.1 of go:
# since upgrading to v1.22.1 of go:
# ERRO [linters_context] gocritic: load embedded ruleguard
# rules: rules/rules.go:13: can't load fmt: setting an explicit GOROOT can fix this problem.
#
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/snivilised/cobrass

go 1.21
go 1.22

require (
github.com/avfs/avfs v0.33.0
Expand Down

0 comments on commit c7cb30f

Please sign in to comment.