Merge pull request 'Use go 1.19' (#6) from crystal/runner:pr-go119 into main

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/6
This commit is contained in:
earl-warren 2023-03-23 07:05:12 +00:00
commit 499ee80e57
2 changed files with 3 additions and 3 deletions

View file

@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.19
- uses: actions/checkout@v3
- name: vet checks
run: make vet
- name: build
run: make build
- name: test
run: make test
run: make test

2
go.mod
View file

@ -1,6 +1,6 @@
module codeberg.org/forgejo/runner
go 1.20
go 1.19
require (
code.gitea.io/actions-proto-go v0.2.0