upgrade to go 1.22 and dependencies

This commit is contained in:
Alireza Ahmadi
2024-02-27 21:24:00 +01:00
parent 2cc78da07f
commit 541e54c9a4
4 changed files with 53 additions and 49 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5.0.0
with:
go-version: '1.21'
cache: false
go-version: '1.22'
- name: Setup Node.js
uses: actions/setup-node@v4