We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0dcfe commit 27154feCopy full SHA for 27154fe
.github/workflows/tang-actions.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-go@v2
18
with:
19
- go-version: "1.22"
+ go-version: "1.24"
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v6
22
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
- name: start pulp
47
uses: isbang/compose-action@v2.0.2
48
go.mod
@@ -1,8 +1,8 @@
1
module github.com/content-services/tang
2
3
-go 1.22.0
+go 1.24
4
5
-toolchain go1.22.4
+toolchain go1.24.0
6
7
require (
8
github.com/content-services/zest/release/v2024 v2024.11.1731697894
0 commit comments