update golang

This commit is contained in:
Andre Medeiros 2022-03-26 13:41:24 -04:00
parent 294243b02d
commit a9be343ac7

View file

@ -5,7 +5,7 @@ jobs:
name: "go ${{ matrix.go-version }} (${{ matrix.platform }})"
strategy:
matrix:
go-version: [1.16.5]
go-version: [1.18]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: