Skip to content

Commit

Permalink
Updating GitHub Actions
Browse files Browse the repository at this point in the history
Updates GitHub Actions.
  • Loading branch information
mys721tx committed May 15, 2024
1 parent 4d8373d commit 477d045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true

- name: Build
run: make
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/YukariExpress/pgb

go 1.20
go 1.22

require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
Expand Down

0 comments on commit 477d045

Please sign in to comment.