Skip to content

Commit

Permalink
bump Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Aug 27, 2024
1 parent 34d7f41 commit be3211d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 38 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
strategy:
matrix:
go:
- "1.20"
- "1.21"
- "1.22"
- "1.23"
name: Build
runs-on: ubuntu-latest

Expand All @@ -24,13 +24,13 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build & Test
run: |
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/manual.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .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.21"
go-version: "1.23"
check-latest: true

- name: Check out code into the Go module directory
Expand Down
1 change: 1 addition & 0 deletions test/src/dir.symlink

0 comments on commit be3211d

Please sign in to comment.