Skip to content

Commit

Permalink
Reverting to the previous library, as https:/projectdisco…
Browse files Browse the repository at this point in the history
…very/asnmap now demands an API Key
  • Loading branch information
j3ssie committed Mar 2, 2024
1 parent ad0c25a commit 7ab32d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-go-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Update the latest Go module version"

on:
push:
branches:
- main
release:
types:
- created
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '**/v[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
name: Renew documentation
runs-on: ubuntu-latest
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@master

0 comments on commit 7ab32d2

Please sign in to comment.