We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f872ab commit 520ec55Copy full SHA for 520ec55
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- go-version: ["oldstable", "stable"]
+ go-version: ["stable"]
17
env:
18
VERBOSE: 1
19
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bxcodec/goqueue
2
3
-go 1.22
+go 1.23
4
5
require (
6
github.com/google/uuid v1.6.0
0 commit comments