Skip to content

Commit

Permalink
Test against Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Feb 19, 2024
1 parent f6e6809 commit ad98c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache-dependency-path: '**/go.sum'
- name: Build
run: ./goyek.sh -v all diff
Expand All @@ -32,6 +32,7 @@ jobs:
- '1.19'
- '1.20'
- '1.21'
- '1.22'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion build/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/goyek/x/build

go 1.21
go 1.22

replace github.com/goyek/x => ../

Expand Down

0 comments on commit ad98c17

Please sign in to comment.