chore: use go1.18.3 (#816)

This diff changes all github actions and mk to use go1.18.3.

That's what I am using locally.

Also, both oohttp and oocrypto are on go1.18.3 already.
This commit is contained in:
Simone Basso
2022-06-17 20:12:14 +02:00
committed by GitHub
parent 28585fbdc2
commit d4f530b7ea
21 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ GOLANG_EXTRA_FLAGS =
#help:
#help: * GOLANG_VERSION_NUMBER : the expected version number for golang.
GOLANG_VERSION_NUMBER = 1.18.2
GOLANG_VERSION_NUMBER = 1.18.3
#help:
#help: * MINGW_W64_VERSION : the expected mingw-w64 version.