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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
go-version: "1.26.5"
go-version: "1.26.6"

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
security-events: write

env:
go-version: "1.26.5"
go-version: "1.26.6"

jobs:
secrets-scan:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

env:
go-version: "1.26.5"
go-version: "1.26.6"

jobs:
unit-tests:
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ linters:
- unused
- copyloopvar
- errorlint
- modernize
# Resource safety (stdlib-mandated)
- bodyclose
- sqlclosecheck
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ foundational utilities used across the Optimum ecosystem.
go get github.com/getoptimum/optimum-common
```

Requires **Go 1.26.5** or later.
Requires **Go 1.26.6** or later.

## Packages

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/getoptimum/optimum-common

go 1.26.5
go 1.26.6

tool (
github.com/golangci/golangci-lint/v2/cmd/golangci-lint
Expand Down
Loading