Skip to content

Commit

Permalink
feat: use go 1.22
Browse files Browse the repository at this point in the history
fix go-git need 1.19
  • Loading branch information
guilhem committed Mar 11, 2024
1 parent 10bb79c commit 20a2854
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 128 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ name: release
on:
push:
tags:
- '*'
- "*"

jobs:
release:
name: Goreleaser
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: "1.22"
check-latest: true
- name: Checkout
uses: actions/checkout@v1
- name: Snapcraft Action
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/guilhem/bump

go 1.17
go 1.22

require (
github.com/Masterminds/semver/v3 v3.1.1
Expand Down
Loading

0 comments on commit 20a2854

Please sign in to comment.