Update to Go 1.18 and replace fnv-1a with xxhash (#158)

* Update modules and go 1.18

* Use xxhash instead of fnv-1a

* Update go version in dockerfile and github workflow
This commit is contained in:
muXxer
2022-04-25 20:37:22 +08:00
committed by GitHub
parent c53d8f8a0d
commit a95c028cb8
5 changed files with 104 additions and 67 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
goversion: [ 1.17 ]
goversion: [ 1.18 ]
runs-on: ${{ matrix.os }}
steps: