Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
ci: update tests ci steps (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Oct 3, 2022
1 parent 2875bc5 commit cbec4bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Run CI Tests
on: [push]
env:
GOBIN: /opt/bin
GO_VERSION: 1.18.1
GO_VERSION: 1.18.6
jobs:
run-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: magnetikonline/action-golang-cache@v1
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{env.GO_VERSION}}
- name: Run Go Vet
Expand Down

0 comments on commit cbec4bf

Please sign in to comment.