Skip to content

Commit

Permalink
Update Go and Actions
Browse files Browse the repository at this point in the history
Go v1.21 > Go v1.22

dev-drprasad/[email protected] > dev-drprasad/[email protected]
  • Loading branch information
Chocolate4U committed Nov 6, 2024
1 parent c7c5c6b commit 33fa259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
cache-dependency-path: sing-geoip/go.sum

- name: Set ENV variables
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

- name: Clean older releases
if: ${{ !inputs.PRE_RELEASE }}
uses: dev-drprasad/[email protected].3
uses: dev-drprasad/[email protected].4
with:
keep_latest: 7
delete_tags: true
Expand Down

0 comments on commit 33fa259

Please sign in to comment.