Skip to content

Commit

Permalink
upgrade go from 1.17 to 1.22 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari authored Mar 31, 2024
1 parent 0429936 commit dc0a3c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go-version: [1.17]
go-version: [1.22]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.22
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on:
push:
branches:
- '**'
- main
tags-ignore:
- v*
pull_request:
Expand All @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go-version: [1.17]
go-version: [1.22]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Stew binary
stew

# Binaries for programs and plugins
*.exe
*.exe~
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/marwanhawari/stew

go 1.17
go 1.22

require (
github.com/AlecAivazis/survey/v2 v2.3.2
Expand Down

0 comments on commit dc0a3c7

Please sign in to comment.