Skip to content

ci: bump actions/setup-go from 6.2.0 to 6.4.0 #352

ci: bump actions/setup-go from 6.2.0 to 6.4.0

ci: bump actions/setup-go from 6.2.0 to 6.4.0 #352

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c #v6.4.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: Go tests
run: make test
- name: Setup Ko
uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d #v0.9
- name: Build Container
run: make build