Skip to content

Commit

Permalink
Bump go versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Dec 15, 2024
1 parent db23d35 commit 0df0f3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21', '1.22.x' ]
go-version: [ '1.22', '1.23.x' ]

steps:
- uses: actions/checkout@v4
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/tobischo/gokeepasslib/v3

go 1.22.0
go 1.23.0

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 0df0f3d

Please sign in to comment.