Skip to content

Commit 03e21c6

Browse files
authored
Merge pull request #6 from CyberRoute/update_gitactions
update to go 1.22
2 parents a623269 + 83ad4b8 commit 03e21c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: sudo apt-get install -y libpcap-dev
2121
- uses: actions/setup-go@v3
2222
with:
23-
go-version: '1.21.5'
23+
go-version: '1.22'
2424
- uses: actions/checkout@v3
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)