Skip to content

Commit adb400a

Browse files
committed
fix(ci): fix golangci config, use string instead of number for Go version
1 parent 1eaf944 commit adb400a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.anvil.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated_at": "2025-04-01T21:31:35.194911199Z",
2+
"generated_at": "2025-04-22T13:01:07.476064651Z",
33
"version": "1.2.28",
44
"files": [
55
{

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "2"
22
run:
3-
go: 1.24
3+
go: "1.24"
44
modules-download-mode: readonly
55
tests: false
66
linters:

0 commit comments

Comments
 (0)