Update go version in pipelines

This commit is contained in:
Lea Anthony
2024-03-19 21:45:52 +11:00
parent 1b3b8178ec
commit ddf74d3793
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go-version: ['1.20']
go-version: ['1.22']
steps:
- name: Checkout code