Merge pull request #2591 from alisonatwork/fix-build

This commit is contained in:
Frank Denis 2024-02-28 10:11:48 +01:00 committed by GitHub
commit 79a1aa8325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,11 @@ jobs:
with:
fetch-depth: 2
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/dnscrypt/dnscrypt-proxy
go 1.22.0
go 1.22
require (
github.com/BurntSushi/toml v1.3.2