Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump github.com/tg123/go-htpasswd from 1.2.2 to 1.2.3 in /dyndns #22

Bump github.com/tg123/go-htpasswd from 1.2.2 to 1.2.3 in /dyndns

Bump github.com/tg123/go-htpasswd from 1.2.2 to 1.2.3 in /dyndns #22

Workflow file for this run

---
name: 'build go project'
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build
run: |
cd dyndns
go build -v ./...
- name: Test
run: |
cd dyndns
go test -v ./...
Morty Proxy This is a proxified and sanitized view of the page, visit original site.