Bump version

This commit is contained in:
Justin Hawkins 2024-01-04 20:32:07 +10:30
parent d83ccf1c4e
commit aa63dacb6f

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.21'
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...