Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
go:
- '1.25'
- '1.26'
- '1.27'
Comment thread
coderabbitai[bot] marked this conversation as resolved.
fail-fast: false
steps:
- name: 'Harden Runner'
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.graphifyignore
graphify-out/

# Added by ggshield
.cache_ggshield
2 changes: 1 addition & 1 deletion .renovaterc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"go": "1.26"
"go": "1.27"
},
"extends": [
"config:recommended",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Use `go get` to add this module to your project with `go get github.com/go-crypt

### Requirements

- go 1.24+
- go 1.25+

## Usage

Expand Down
Loading