Skip to content

Commit

Permalink
switch GHA test image to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkpp committed Dec 2, 2023
1 parent 3b31c00 commit 889f33b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/papigoplug-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ on:
workflow_dispatch:

jobs:
papigoplug-test-bookworm:
runs-on: golang:1.21.4-bookworm
papigoplug-test-ubuntu-latest:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
- name: Checkout Repo
uses: actions/checkout@v3

- name: Get dependencies
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21.3
id: go

- name: Install Packages
run: go get -v -t -d ./...

- name: Run Tests
Expand Down

0 comments on commit 889f33b

Please sign in to comment.