Skip to content

Bump github.com/coder/coder/v2 from 2.8.3 to 2.8.4 #16

Bump github.com/coder/coder/v2 from 2.8.3 to 2.8.4

Bump github.com/coder/coder/v2 from 2.8.3 to 2.8.4 #16

Workflow file for this run

name: ci
on: [push]
jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: "^1.21"
- name: test
run: make test