Skip to content

Commit

Permalink
update go to version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Sep 30, 2024
1 parent be1a008 commit fed26bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: 'stable'
cache: false

# Install TinyGo
Expand Down
34 changes: 0 additions & 34 deletions scripts/gbash.s_

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/gbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$#" -ne 1 ]; then
fi

echo "Install golangci-lint in folder: $1/bin"
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0

golangci-lint --version

Expand Down

0 comments on commit fed26bd

Please sign in to comment.