Skip to content

Commit aaf3ce2

Browse files
authored
github: Update Go version in workflow (#14)
1 parent 0efb0fe commit aaf3ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- uses: actions/setup-go@v5
1111
with:
12-
go-version: '^1.19'
12+
go-version: '^1.22'
1313

1414
- uses: actions/setup-node@v4
1515
with:
@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-go@v5
4343
with:
44-
go-version: '^1.19'
44+
go-version: '^1.22'
4545

4646
- name: Go tests
4747
run: go test -v ./...

0 commit comments

Comments
 (0)