Skip to content

feat(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.3 to 0.5.4 #27

feat(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.3 to 0.5.4

feat(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.3 to 0.5.4 #27

Workflow file for this run

name: Test and coverage
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: go get
run: go get ./...
- name: Run tests
run: go test -v ./...