update go version in socket example

This commit is contained in:
syumai 2023-10-22 14:32:22 +09:00
parent 517a0528f0
commit af768b82d3

View File

@ -1,6 +1,6 @@
module github.com/syumai/workers/_examples/fetch
go 1.18
go 1.21.3
require github.com/syumai/workers v0.0.0