Skip to content

Commit dc5df26

Browse files
authored
Merge pull request #4 from praserx/github-actions-update
github actions update
2 parents b3829b7 + dcf72db commit dc5df26

3 files changed

Lines changed: 41 additions & 73 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/ipconv-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.16.x, 1.17.x]
7+
go-version: [1.18.x, 1.20.x, 1.22.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v5
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
- name: Test
1818
run: go test ./...

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# v1.2.2
2+
## 25-07-2024
3+
4+
1. [](#new)
5+
* Added missing CHANGELOG.md
6+
* go.mod version bump to 1.22.5
7+
8+
# v1.2.1
9+
## 22-11-2021
10+
11+
1. [](#bugfix)
12+
* Github username changed (PraserX --> praserx)
13+
14+
# v1.2.0
15+
## 16-11-2021
16+
17+
1. [](#new)
18+
* Fixed README.md
19+
2. [](#bugfix)
20+
* Added codeql-analysis.yml
21+
22+
# v1.1.0
23+
## 23-04-2019
24+
25+
1. [](#new)
26+
* Added function ParseIP
27+
28+
# v1.0.1
29+
## 3-12-2018
30+
31+
1. [](#new)
32+
* Added big integer support
33+
34+
# v1.0.0
35+
## 23-11-2018
36+
37+
1. [](#new)
38+
* Initial release

0 commit comments

Comments
 (0)