Skip to content

Commit

Permalink
CI: bump Go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSchuurmans committed Aug 17, 2024
1 parent 4de513c commit a6fbe68
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: '^1.22'

- name: Install macfuse
run: brew install macfuse
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: '^1.22'

- name: Versioning
run: go generate ./version/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: '^1.22'

- name: Build
run: go generate ./version/ && go build -tags withversion -o test/bin/ ./...
Expand All @@ -28,7 +28,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: '^1.22'

- name: Install libfuse-dev
run: sudo apt-get install libfuse-dev

Expand All @@ -43,7 +44,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: '^1.22'

- name: Build
run: go generate ./version/ && GOOS=windows GOARCH=amd64 go build -tags withversion -ldflags -H=windowsgui -o rufs.exe ./client/

0 comments on commit a6fbe68

Please sign in to comment.