Skip to content

Commit

Permalink
chore(deps): update to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Feb 14, 2024
1 parent b4b9c1b commit 27f8d93
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
unit-tests:
strategy:
matrix:
go-version: [1.x, 1.21.x]
go-version: [1.x, 1.22.x]
platform: [ubuntu-latest]
include:
- go-version: 1.x
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x

- name: go-lint
uses: golangci/golangci-lint-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true
- name: Install Syft
run: |
Expand Down
2 changes: 1 addition & 1 deletion cmd/pap/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pandatix/go-abnf/cmd/pap

go 1.21
go 1.22

require (
github.com/pandatix/go-abnf v0.0.0-00010101000000-000000000000
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/pandatix/go-abnf

go 1.21
go 1.22

require github.com/stretchr/testify v1.8.4

Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21
go 1.22

use (
.
Expand Down

0 comments on commit 27f8d93

Please sign in to comment.