.github/workflows: update Go version for Steam

This commit is contained in:
Hajime Hoshi 2022-08-18 01:47:26 +09:00
parent 05470f7706
commit 78ad9f9c30

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
DISPLAY: ':99.0'
GO_VERSION: '1.18'
GO_VERSION: '1.19'
defaults:
run:
shell: bash