Skip to content

Commit

Permalink
auto: sync upstream / update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed May 14, 2024
1 parent f4f4fa9 commit 5df7f1d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: golang
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
jobs:
build:
strategy:
matrix:
go-version: ['1.19']
go-version: [1.21]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
CGO_ENABLED: 0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- uses: actions/checkout@v3
- run: go build ./...
- run: go vet ./...
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- uses: actions/checkout@v3
- run: go build ./...
- run: go vet ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module paepcke.de/tlsinfo

go 1.22.3
go 1.21

require (
golang.org/x/crypto v0.23.0
Expand Down

0 comments on commit 5df7f1d

Please sign in to comment.