Skip to content

Commit

Permalink
chore: update golang container and add sshd server setup step to jobs…
Browse files Browse the repository at this point in the history
… section

- Update the golang container to version `1.20-alpine`
- Add a `setup sshd server` step to the `jobs` section

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 31, 2023
1 parent a9b108a commit 9cc0f43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ jobs:

testing:
runs-on: ubuntu-latest
container: golang:1.19-alpine
container: golang:1.20-alpine
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: setup sshd server
run: |
apk add make
- name: testing
run: |
make test
Expand Down

0 comments on commit 9cc0f43

Please sign in to comment.