Skip to content

Commit

Permalink
Make runner ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
snowzach committed Aug 12, 2023
1 parent 9f9befb commit 02e7d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
build:
runs-on: [linux]
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
lint:
runs-on: [linux]
runs-on: [ubuntu-latest]
container:
image: golangci/golangci-lint:v1.54.1
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
run: golangci-lint run -v --timeout 5m

dockerfile-lint:
runs-on: [linux]
runs-on: [ubuntu-latest]
container:
image: hadolint/hadolint:latest-alpine
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
run: hadolint --ignore DL3008 --ignore DL3018 Dockerfile

test:
runs-on: [linux]
runs-on: [ubuntu-latest]
container:
image: public.ecr.aws/docker/library/golang:1.21-alpine
steps:
Expand Down

0 comments on commit 02e7d1c

Please sign in to comment.