Skip to content

Commit

Permalink
ci: bump go from 1.19 to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Jul 25, 2024
1 parent 891e91c commit 15aa818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22.5
- run: go version

- name: Examine source code for Linux AMD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22.5
- run: go version

- name: golangci-lint
Expand Down

0 comments on commit 15aa818

Please sign in to comment.